Html Css Color HEX #08EFE0 Bright Turquoise

📋 copy color: '#08EFE0'

red 8 ◦ green 239 ◦ blue 224

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

Shades of Bright Turquoise #08EFE0

Tints of Bright Turquoise #08EFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.74%

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 1.7%
G = 50.74%
B = 47.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#08EFE0 (or 0x08EFE0) is known color: Bright Turquoise. HEX triplet: 08, EF and E0. RGB value is (8,239,224). Sum of RGB (Red+Green+Blue) = 8+239+224=471 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.70% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #08EFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EFE0 is #F7101F. Grayscale: #A8A8A8. Windows color (decimal): -16191520 or 14741256. OLE color: 14741256.

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

Color convert

RGB 8 239 224 -
CMYK 0.97 0 0.06 0.06
HSL 176.1º 0.94% 0.48% -
HSV(B) 176.1º 0.97% 0.94% -
XYZ 44.42 67.17 81.14 -
YUV 168.22 159.47 13.72 -
System Red Green Blue C M Y K H S L
Decimal 8 239 224 0.97 0 0.06 0.06 176.1 0.94 0.48
Hex 8 EF E0 61 0 6 6 B0 5E 30
Octal 10 357 340 141 0 6 6 260 136 60
Binary 1000 11101111 11100000 1100001 0 110 110 10110000 1011110 110000

Color Harmonies of #08EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EFE0

Black with #08EFE0

Text Example


Text Example

White with #08EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,239,224); }

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

background-color css

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

 a { background-color: rgb(8,239,224); }

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

border-color css

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

 span { border-color: rgb(8,239,224); }

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