Html Css Color HEX #08FCCF Bright Turquoise

📋 copy color: '#08FCCF'

red 8 ◦ green 252 ◦ blue 207

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

Shades of Bright Turquoise #08FCCF

Tints of Bright Turquoise #08FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.96%

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

R = 1.71%
G = 53.96%
B = 44.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#08FCCF (or 0x08FCCF) is known color: Bright Turquoise. HEX triplet: 08, FC and CF. RGB value is (8,252,207). Sum of RGB (Red+Green+Blue) = 8+252+207=467 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #08FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FCCF is #F70330. Grayscale: #ADADAD. Windows color (decimal): -16188209 or 13630472. OLE color: 13630472.

HSL color Cylindrical-coordinate representation of color #08FCCF: hue angle of 168.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FCCF is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 252 207 -
CMYK 0.97 0 0.18 0.01
HSL 168.93º 0.98% 0.51% -
HSV(B) 168.93º 0.97% 0.99% -
XYZ 46.17 74.18 70.92 -
YUV 173.91 146.66 9.66 -
System Red Green Blue C M Y K H S L
Decimal 8 252 207 0.97 0 0.18 0.01 168.93 0.98 0.51
Hex 8 FC CF 61 0 12 1 A9 62 33
Octal 10 374 317 141 0 22 1 251 142 63
Binary 1000 11111100 11001111 1100001 0 10010 1 10101001 1100010 110011

Color Harmonies of #08FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FCCF

Black with #08FCCF

Text Example


Text Example

White with #08FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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