Html Css Color HEX #02D6ED Bright Turquoise

📋 copy color: '#02D6ED'

red 2 ◦ green 214 ◦ blue 237

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

Shades of Bright Turquoise #02D6ED

Tints of Bright Turquoise #02D6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

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

R = 0.44%
G = 47.24%
B = 52.32%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02D6ED (or 0x02D6ED) is known color: Bright Turquoise. HEX triplet: 02, D6 and ED. RGB value is (2,214,237). Sum of RGB (Red+Green+Blue) = 2+214+237=453 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #02D6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D6ED is #FD2912. Grayscale: #989898. Windows color (decimal): -16591123 or 15586818. OLE color: 15586818.

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

Color convert

RGB 2 214 237 -
CMYK 0.99 0.10 0 0.07
HSL 185.87º 0.98% 0.47% -
HSV(B) 185.87º 0.99% 0.93% -
XYZ 39.36 54.22 88.51 -
YUV 153.23 175.26 20.13 -
System Red Green Blue C M Y K H S L
Decimal 2 214 237 0.99 0.10 0 0.07 185.87 0.98 0.47
Hex 2 D6 ED 63 A 0 7 BA 62 2F
Octal 2 326 355 143 12 0 7 272 142 57
Binary 10 11010110 11101101 1100011 1010 0 111 10111010 1100010 101111

Color Harmonies of #02D6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D6ED

Black with #02D6ED

Text Example


Text Example

White with #02D6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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