Html Css Color HEX #08F0CF Bright Turquoise

📋 copy color: '#08F0CF'

red 8 ◦ green 240 ◦ blue 207

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

Shades of Bright Turquoise #08F0CF

Tints of Bright Turquoise #08F0CF

RGB

 RED value IS 8 (3.52% from 255) = 1.76%

 GREEN value IS 240 (94.14% from 255) = 52.75%

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 1.76%
G = 52.75%
B = 45.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#08F0CF (or 0x08F0CF) is known color: Bright Turquoise. HEX triplet: 08, F0 and CF. RGB value is (8,240,207). Sum of RGB (Red+Green+Blue) = 8+240+207=455 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #08F0CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F0CF is #F70F30. Grayscale: #A6A6A6. Windows color (decimal): -16191281 or 13627400. OLE color: 13627400.

HSL color Cylindrical-coordinate representation of color #08F0CF: hue angle of 171.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F0CF is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 240 207 -
CMYK 0.97 0 0.14 0.06
HSL 171.47º 0.94% 0.49% -
HSV(B) 171.47º 0.97% 0.94% -
XYZ 42.52 66.88 69.7 -
YUV 166.87 150.64 14.68 -
System Red Green Blue C M Y K H S L
Decimal 8 240 207 0.97 0 0.14 0.06 171.47 0.94 0.49
Hex 8 F0 CF 61 0 E 6 AB 5E 31
Octal 10 360 317 141 0 16 6 253 136 61
Binary 1000 11110000 11001111 1100001 0 1110 110 10101011 1011110 110001

Color Harmonies of #08F0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F0CF

Black with #08F0CF

Text Example


Text Example

White with #08F0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08F0CF; }

 p { color: rgb(8,240,207); }

 H1.HeaderClassName
 {
   color: #08F0CF;
 }
 .AnyTagClassName
 {
   color: #08F0CF;
 }
</style>

background-color css

<style>
 a { background-color: #08F0CF; }

 a { background-color: rgb(8,240,207); }

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

border-color css

<style>
 span { border-color: #08F0CF; }

 span { border-color: rgb(8,240,207); }

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