Html Css Color HEX #02DFF0 Bright Turquoise

📋 copy color: '#02DFF0'

red 2 ◦ green 223 ◦ blue 240

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

Shades of Bright Turquoise #02DFF0

Tints of Bright Turquoise #02DFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 240 (94.14% from 255) = 51.61%

R = 0.43%
G = 47.96%
B = 51.61%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#02DFF0 (or 0x02DFF0) is known color: Bright Turquoise. HEX triplet: 02, DF and F0. RGB value is (2,223,240). Sum of RGB (Red+Green+Blue) = 2+223+240=465 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #02DFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DFF0 is #FD200F. Grayscale: #9E9E9E. Windows color (decimal): -16588816 or 15785730. OLE color: 15785730.

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

Color convert

RGB 2 223 240 -
CMYK 0.99 0.07 0 0.06
HSL 184.29º 0.98% 0.47% -
HSV(B) 184.29º 0.99% 0.94% -
XYZ 42.14 59.08 91.62 -
YUV 158.86 173.78 16.12 -
System Red Green Blue C M Y K H S L
Decimal 2 223 240 0.99 0.07 0 0.06 184.29 0.98 0.47
Hex 2 DF F0 63 7 0 6 B8 62 2F
Octal 2 337 360 143 7 0 6 270 142 57
Binary 10 11011111 11110000 1100011 111 0 110 10111000 1100010 101111

Color Harmonies of #02DFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DFF0

Black with #02DFF0

Text Example


Text Example

White with #02DFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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