Html Css Color HEX #08EFC3 Bright Turquoise

📋 copy color: '#08EFC3'

red 8 ◦ green 239 ◦ blue 195

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

Shades of Bright Turquoise #08EFC3

Tints of Bright Turquoise #08EFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.12%

R = 1.81%
G = 54.07%
B = 44.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#08EFC3 (or 0x08EFC3) is known color: Bright Turquoise. HEX triplet: 08, EF and C3. RGB value is (8,239,195). Sum of RGB (Red+Green+Blue) = 8+239+195=442 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #08EFC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EFC3 is #F7103C. Grayscale: #A4A4A4. Windows color (decimal): -16191549 or 12840712. OLE color: 12840712.

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

Color convert

RGB 8 239 195 -
CMYK 0.97 0 0.18 0.06
HSL 168.57º 0.94% 0.48% -
HSV(B) 168.57º 0.97% 0.94% -
XYZ 40.82 65.72 62.16 -
YUV 164.92 144.97 16.08 -
System Red Green Blue C M Y K H S L
Decimal 8 239 195 0.97 0 0.18 0.06 168.57 0.94 0.48
Hex 8 EF C3 61 0 12 6 A9 5E 30
Octal 10 357 303 141 0 22 6 251 136 60
Binary 1000 11101111 11000011 1100001 0 10010 110 10101001 1011110 110000

Color Harmonies of #08EFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EFC3

Black with #08EFC3

Text Example


Text Example

White with #08EFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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