Html Css Color HEX #02D5EA Bright Turquoise

📋 copy color: '#02D5EA'

red 2 ◦ green 213 ◦ blue 234

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

Shades of Bright Turquoise #02D5EA

Tints of Bright Turquoise #02D5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 0.45%
G = 47.44%
B = 52.12%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#02D5EA (or 0x02D5EA) is known color: Bright Turquoise. HEX triplet: 02, D5 and EA. RGB value is (2,213,234). Sum of RGB (Red+Green+Blue) = 2+213+234=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #02D5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D5EA is #FD2A15. Grayscale: #989898. Windows color (decimal): -16591382 or 15389954. OLE color: 15389954.

HSL color Cylindrical-coordinate representation of color #02D5EA: hue angle of 185.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D5EA is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 213 234 -
CMYK 0.99 0.09 0 0.08
HSL 185.43º 0.98% 0.46% -
HSV(B) 185.43º 0.99% 0.92% -
XYZ 38.67 53.54 86.14 -
YUV 152.31 174.1 20.79 -
System Red Green Blue C M Y K H S L
Decimal 2 213 234 0.99 0.09 0 0.08 185.43 0.98 0.46
Hex 2 D5 EA 63 9 0 8 B9 62 2E
Octal 2 325 352 143 11 0 10 271 142 56
Binary 10 11010101 11101010 1100011 1001 0 1000 10111001 1100010 101110

Color Harmonies of #02D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D5EA

Black with #02D5EA

Text Example


Text Example

White with #02D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,213,234); }

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

background-color css

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

 a { background-color: rgb(2,213,234); }

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

border-color css

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

 span { border-color: rgb(2,213,234); }

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