Html Css Color HEX #1FF6E7 Bright Turquoise

📋 copy color: '#1FF6E7'

red 31 ◦ green 246 ◦ blue 231

#1FF6E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1FF6E7

Tints of Bright Turquoise #1FF6E7

RGB

 RED value IS 31 (12.5% from 255) = 6.1%

 GREEN value IS 246 (96.48% from 255) = 48.43%

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 6.1%
G = 48.43%
B = 45.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1FF6E7 (or 0x1FF6E7) is known color: Bright Turquoise. HEX triplet: 1F, F6 and E7. RGB value is (31,246,231). Sum of RGB (Red+Green+Blue) = 31+246+231=508 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.10% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #1FF6E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FF6E7 is #E00918. Grayscale: #B3B3B3. Windows color (decimal): -14682393 or 15201823. OLE color: 15201823.

HSL color Cylindrical-coordinate representation of color #1FF6E7: hue angle of 175.81º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF6E7 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 31 246 231 -
CMYK 0.87 0 0.06 0.04
HSL 175.81º 0.92% 0.54% -
HSV(B) 175.81º 0.87% 0.96% -
XYZ 47.94 71.97 86.97 -
YUV 180.01 156.77 21.72 -
System Red Green Blue C M Y K H S L
Decimal 31 246 231 0.87 0 0.06 0.04 175.81 0.92 0.54
Hex 1F F6 E7 57 0 6 4 B0 5C 36
Octal 37 366 347 127 0 6 4 260 134 66
Binary 11111 11110110 11100111 1010111 0 110 100 10110000 1011100 110110

Color Harmonies of #1FF6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF6E7

Black with #1FF6E7

Text Example


Text Example

White with #1FF6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FF6E7; }

 p { color: rgb(31,246,231); }

 H1.HeaderClassName
 {
   color: #1FF6E7;
 }
 .AnyTagClassName
 {
   color: #1FF6E7;
 }
</style>

background-color css

<style>
 a { background-color: #1FF6E7; }

 a { background-color: rgb(31,246,231); }

 div.DivClassName
 {
   background-color: #1FF6E7;
 }
 .BgClassName
 {
   background-color: #1FF6E7;
 }
</style>

border-color css

<style>
 span { border-color: #1FF6E7; }

 span { border-color: rgb(31,246,231); }

 td.TdClassName
 {
   border-color: #1FF6E7;
 }
 .TagClassName
 {
   border-color: #1FF6E7;
 }
</style>