Html Css Color HEX #02BEDB Dark Turquoise

📋 copy color: '#02BEDB'

red 2 ◦ green 190 ◦ blue 219

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

Shades of Dark Turquoise #02BEDB

Tints of Dark Turquoise #02BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.23%

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

R = 0.49%
G = 46.23%
B = 53.28%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02BEDB (or 0x02BEDB) is known color: Dark Turquoise. HEX triplet: 02, BE and DB. RGB value is (2,190,219). Sum of RGB (Red+Green+Blue) = 2+190+219=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #02BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEDB is #FD4124. Grayscale: #888888. Windows color (decimal): -16597285 or 14401026. OLE color: 14401026.

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

Color convert

RGB 2 190 219 -
CMYK 0.99 0.13 0 0.14
HSL 188.02º 0.98% 0.43% -
HSV(B) 188.02º 0.99% 0.86% -
XYZ 31.22 41.95 73.47 -
YUV 137.09 174.22 31.64 -
System Red Green Blue C M Y K H S L
Decimal 2 190 219 0.99 0.13 0 0.14 188.02 0.98 0.43
Hex 2 BE DB 63 D 0 E BC 62 2B
Octal 2 276 333 143 15 0 16 274 142 53
Binary 10 10111110 11011011 1100011 1101 0 1110 10111100 1100010 101011

Color Harmonies of #02BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BEDB

Black with #02BEDB

Text Example


Text Example

White with #02BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,190,219); }

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

background-color css

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

 a { background-color: rgb(2,190,219); }

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

border-color css

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

 span { border-color: rgb(2,190,219); }

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