Html Css Color HEX #02BFDF Dark Turquoise

📋 copy color: '#02BFDF'

red 2 ◦ green 191 ◦ blue 223

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

Shades of Dark Turquoise #02BFDF

Tints of Dark Turquoise #02BFDF

RGB

 RED value IS 2 (1.17% from 255) = 0.48%

 GREEN value IS 191 (75% from 255) = 45.91%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 0.48%
G = 45.91%
B = 53.61%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02BFDF (or 0x02BFDF) is known color: Dark Turquoise. HEX triplet: 02, BF and DF. RGB value is (2,191,223). Sum of RGB (Red+Green+Blue) = 2+191+223=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #02BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFDF is #FD4020. Grayscale: #898989. Windows color (decimal): -16597025 or 14663426. OLE color: 14663426.

HSL color Cylindrical-coordinate representation of color #02BFDF: hue angle of 188.69º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFDF is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 191 223 -
CMYK 0.99 0.14 0 0.13
HSL 188.69º 0.98% 0.44% -
HSV(B) 188.69º 0.99% 0.87% -
XYZ 31.98 42.6 76.35 -
YUV 138.14 175.88 30.9 -
System Red Green Blue C M Y K H S L
Decimal 2 191 223 0.99 0.14 0 0.13 188.69 0.98 0.44
Hex 2 BF DF 63 E 0 D BD 62 2C
Octal 2 277 337 143 16 0 15 275 142 54
Binary 10 10111111 11011111 1100011 1110 0 1101 10111101 1100010 101100

Color Harmonies of #02BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFDF

Black with #02BFDF

Text Example


Text Example

White with #02BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02BFDF; }

 p { color: rgb(2,191,223); }

 H1.HeaderClassName
 {
   color: #02BFDF;
 }
 .AnyTagClassName
 {
   color: #02BFDF;
 }
</style>

background-color css

<style>
 a { background-color: #02BFDF; }

 a { background-color: rgb(2,191,223); }

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

border-color css

<style>
 span { border-color: #02BFDF; }

 span { border-color: rgb(2,191,223); }

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