Html Css Color HEX #02BDDF Dark Turquoise

📋 copy color: '#02BDDF'

red 2 ◦ green 189 ◦ blue 223

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

Shades of Dark Turquoise #02BDDF

Tints of Dark Turquoise #02BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.65%

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

R = 0.48%
G = 45.65%
B = 53.86%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02BDDF (or 0x02BDDF) is known color: Dark Turquoise. HEX triplet: 02, BD and DF. RGB value is (2,189,223). Sum of RGB (Red+Green+Blue) = 2+189+223=414 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #02BDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDDF is #FD4220. Grayscale: #888888. Windows color (decimal): -16597537 or 14662914. OLE color: 14662914.

HSL color Cylindrical-coordinate representation of color #02BDDF: hue angle of 189.23º 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 #02BDDF is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 189 223 -
CMYK 0.99 0.15 0 0.13
HSL 189.23º 0.98% 0.44% -
HSV(B) 189.23º 0.99% 0.87% -
XYZ 31.54 41.74 76.21 -
YUV 136.96 176.55 31.74 -
System Red Green Blue C M Y K H S L
Decimal 2 189 223 0.99 0.15 0 0.13 189.23 0.98 0.44
Hex 2 BD DF 63 F 0 D BD 62 2C
Octal 2 275 337 143 17 0 15 275 142 54
Binary 10 10111101 11011111 1100011 1111 0 1101 10111101 1100010 101100

Color Harmonies of #02BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDDF

Black with #02BDDF

Text Example


Text Example

White with #02BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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