Html Css Color HEX #08F1D4 Bright Turquoise

📋 copy color: '#08F1D4'

red 8 ◦ green 241 ◦ blue 212

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

Shades of Bright Turquoise #08F1D4

Tints of Bright Turquoise #08F1D4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.28%

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 1.74%
G = 52.28%
B = 45.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#08F1D4 (or 0x08F1D4) is known color: Bright Turquoise. HEX triplet: 08, F1 and D4. RGB value is (8,241,212). Sum of RGB (Red+Green+Blue) = 8+241+212=461 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.74% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #08F1D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F1D4 is #F70E2B. Grayscale: #A7A7A7. Windows color (decimal): -16191020 or 13955336. OLE color: 13955336.

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

Color convert

RGB 8 241 212 -
CMYK 0.97 0 0.12 0.05
HSL 172.53º 0.94% 0.49% -
HSV(B) 172.53º 0.97% 0.95% -
XYZ 43.44 67.72 73.07 -
YUV 168.03 152.81 13.86 -
System Red Green Blue C M Y K H S L
Decimal 8 241 212 0.97 0 0.12 0.05 172.53 0.94 0.49
Hex 8 F1 D4 61 0 C 5 AD 5E 31
Octal 10 361 324 141 0 14 5 255 136 61
Binary 1000 11110001 11010100 1100001 0 1100 101 10101101 1011110 110001

Color Harmonies of #08F1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F1D4

Black with #08F1D4

Text Example


Text Example

White with #08F1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,241,212); }

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

background-color css

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

 a { background-color: rgb(8,241,212); }

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

border-color css

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

 span { border-color: rgb(8,241,212); }

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