Html Css Color HEX #08FFCC Bright Turquoise

📋 copy color: '#08FFCC'

red 8 ◦ green 255 ◦ blue 204

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

Shades of Bright Turquoise #08FFCC

Tints of Bright Turquoise #08FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 54.6%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 1.71%
G = 54.6%
B = 43.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#08FFCC (or 0x08FFCC) is known color: Bright Turquoise. HEX triplet: 08, FF and CC. RGB value is (8,255,204). Sum of RGB (Red+Green+Blue) = 8+255+204=467 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FFCC is #F70033. Grayscale: #AFAFAF. Windows color (decimal): -16187444 or 13434632. OLE color: 13434632.

HSL color Cylindrical-coordinate representation of color #08FFCC: hue angle of 167.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FFCC is Cyan = 0.97, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 8 255 204 -
CMYK 0.97 0 0.2 0
HSL 167.61º 1% 0.52% -
HSV(B) 167.61º 0.97% 1% -
XYZ 46.76 75.93 69.32 -
YUV 175.33 144.17 8.65 -
System Red Green Blue C M Y K H S L
Decimal 8 255 204 0.97 0 0.2 0 167.61 1 0.52
Hex 8 FF CC 61 0 14 0 A8 64 34
Octal 10 377 314 141 0 24 0 250 144 64
Binary 1000 11111111 11001100 1100001 0 10100 0 10101000 1100100 110100

Color Harmonies of #08FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FFCC

Black with #08FFCC

Text Example


Text Example

White with #08FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,255,204); }

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

background-color css

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

 a { background-color: rgb(8,255,204); }

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

border-color css

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

 span { border-color: rgb(8,255,204); }

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