Html Css Color HEX #08FCDB Bright Turquoise

📋 copy color: '#08FCDB'

red 8 ◦ green 252 ◦ blue 219

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

Shades of Bright Turquoise #08FCDB

Tints of Bright Turquoise #08FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.61%

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 1.67%
G = 52.61%
B = 45.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#08FCDB (or 0x08FCDB) is known color: Bright Turquoise. HEX triplet: 08, FC and DB. RGB value is (8,252,219). Sum of RGB (Red+Green+Blue) = 8+252+219=479 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #08FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FCDB is #F70324. Grayscale: #AFAFAF. Windows color (decimal): -16188197 or 14416904. OLE color: 14416904.

HSL color Cylindrical-coordinate representation of color #08FCDB: hue angle of 171.89º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FCDB is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 252 219 -
CMYK 0.97 0 0.13 0.01
HSL 171.89º 0.98% 0.51% -
HSV(B) 171.89º 0.97% 0.99% -
XYZ 47.7 74.79 78.94 -
YUV 175.28 152.66 8.68 -
System Red Green Blue C M Y K H S L
Decimal 8 252 219 0.97 0 0.13 0.01 171.89 0.98 0.51
Hex 8 FC DB 61 0 D 1 AC 62 33
Octal 10 374 333 141 0 15 1 254 142 63
Binary 1000 11111100 11011011 1100001 0 1101 1 10101100 1100010 110011

Color Harmonies of #08FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FCDB

Black with #08FCDB

Text Example


Text Example

White with #08FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,252,219); }

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

background-color css

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

 a { background-color: rgb(8,252,219); }

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

border-color css

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

 span { border-color: rgb(8,252,219); }

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