Html Css Color HEX #02DCED Bright Turquoise

📋 copy color: '#02DCED'

red 2 ◦ green 220 ◦ blue 237

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

Shades of Bright Turquoise #02DCED

Tints of Bright Turquoise #02DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 0.44%
G = 47.93%
B = 51.63%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02DCED (or 0x02DCED) is known color: Bright Turquoise. HEX triplet: 02, DC and ED. RGB value is (2,220,237). Sum of RGB (Red+Green+Blue) = 2+220+237=459 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #02DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DCED is #FD2312. Grayscale: #9C9C9C. Windows color (decimal): -16589587 or 15588354. OLE color: 15588354.

HSL color Cylindrical-coordinate representation of color #02DCED: hue angle of 184.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCED is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 220 237 -
CMYK 0.99 0.07 0 0.07
HSL 184.34º 0.98% 0.47% -
HSV(B) 184.34º 0.99% 0.93% -
XYZ 40.9 57.31 89.03 -
YUV 156.76 173.28 17.62 -
System Red Green Blue C M Y K H S L
Decimal 2 220 237 0.99 0.07 0 0.07 184.34 0.98 0.47
Hex 2 DC ED 63 7 0 7 B8 62 2F
Octal 2 334 355 143 7 0 7 270 142 57
Binary 10 11011100 11101101 1100011 111 0 111 10111000 1100010 101111

Color Harmonies of #02DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DCED

Black with #02DCED

Text Example


Text Example

White with #02DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,237); }

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

background-color css

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

 a { background-color: rgb(2,220,237); }

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

border-color css

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

 span { border-color: rgb(2,220,237); }

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