Html Css Color HEX #08E8BC Bright Turquoise

📋 copy color: '#08E8BC'

red 8 ◦ green 232 ◦ blue 188

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

Shades of Bright Turquoise #08E8BC

Tints of Bright Turquoise #08E8BC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.21%

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 1.87%
G = 54.21%
B = 43.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#08E8BC (or 0x08E8BC) is known color: Bright Turquoise. HEX triplet: 08, E8 and BC. RGB value is (8,232,188). Sum of RGB (Red+Green+Blue) = 8+232+188=428 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 428); Green value is 232 (91.02% from 255 or 54.21% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 232 - color contains mainly: green. Hex color #08E8BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08E8BC is #F71743. Grayscale: #9F9F9F. Windows color (decimal): -16193348 or 12380168. OLE color: 12380168.

HSL color Cylindrical-coordinate representation of color #08E8BC: hue angle of 168.21º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E8BC is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 232 188 -
CMYK 0.97 0 0.19 0.09
HSL 168.21º 0.93% 0.47% -
HSV(B) 168.21º 0.97% 0.91% -
XYZ 38.03 61.4 57.42 -
YUV 160.01 143.79 19.58 -
System Red Green Blue C M Y K H S L
Decimal 8 232 188 0.97 0 0.19 0.09 168.21 0.93 0.47
Hex 8 E8 BC 61 0 13 9 A8 5D 2F
Octal 10 350 274 141 0 23 11 250 135 57
Binary 1000 11101000 10111100 1100001 0 10011 1001 10101000 1011101 101111

Color Harmonies of #08E8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E8BC

Black with #08E8BC

Text Example


Text Example

White with #08E8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,232,188); }

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

background-color css

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

 a { background-color: rgb(8,232,188); }

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

border-color css

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

 span { border-color: rgb(8,232,188); }

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