Html Css Color HEX #08EFE8 Bright Turquoise

📋 copy color: '#08EFE8'

red 8 ◦ green 239 ◦ blue 232

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

Shades of Bright Turquoise #08EFE8

Tints of Bright Turquoise #08EFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.43%

R = 1.67%
G = 49.9%
B = 48.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#08EFE8 (or 0x08EFE8) is known color: Bright Turquoise. HEX triplet: 08, EF and E8. RGB value is (8,239,232). Sum of RGB (Red+Green+Blue) = 8+239+232=479 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #08EFE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08EFE8 is #F71017. Grayscale: #A8A8A8. Windows color (decimal): -16191512 or 15265544. OLE color: 15265544.

HSL color Cylindrical-coordinate representation of color #08EFE8: hue angle of 178.18º 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 #08EFE8 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 239 232 -
CMYK 0.97 0 0.03 0.06
HSL 178.18º 0.94% 0.48% -
HSV(B) 178.18º 0.97% 0.94% -
XYZ 45.53 67.61 86.99 -
YUV 169.13 163.47 13.07 -
System Red Green Blue C M Y K H S L
Decimal 8 239 232 0.97 0 0.03 0.06 178.18 0.94 0.48
Hex 8 EF E8 61 0 3 6 B2 5E 30
Octal 10 357 350 141 0 3 6 262 136 60
Binary 1000 11101111 11101000 1100001 0 11 110 10110010 1011110 110000

Color Harmonies of #08EFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EFE8

Black with #08EFE8

Text Example


Text Example

White with #08EFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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