Html Css Color HEX #02BFE4 Dark Turquoise

📋 copy color: '#02BFE4'

red 2 ◦ green 191 ◦ blue 228

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

Shades of Dark Turquoise #02BFE4

Tints of Dark Turquoise #02BFE4

RGB

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

 GREEN value IS 191 (75% from 255) = 45.37%

 BLUE value IS 228 (89.45% from 255) = 54.16%

R = 0.48%
G = 45.37%
B = 54.16%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#02BFE4 (or 0x02BFE4) is known color: Dark Turquoise. HEX triplet: 02, BF and E4. RGB value is (2,191,228). Sum of RGB (Red+Green+Blue) = 2+191+228=421 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #02BFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFE4 is #FD401B. Grayscale: #8A8A8A. Windows color (decimal): -16597020 or 14991106. OLE color: 14991106.

HSL color Cylindrical-coordinate representation of color #02BFE4: hue angle of 189.82º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFE4 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 191 228 -
CMYK 0.99 0.16 0 0.11
HSL 189.82º 0.98% 0.45% -
HSV(B) 189.82º 0.99% 0.89% -
XYZ 32.66 42.88 79.95 -
YUV 138.71 178.38 30.49 -
System Red Green Blue C M Y K H S L
Decimal 2 191 228 0.99 0.16 0 0.11 189.82 0.98 0.45
Hex 2 BF E4 63 10 0 B BE 62 2D
Octal 2 277 344 143 20 0 13 276 142 55
Binary 10 10111111 11100100 1100011 10000 0 1011 10111110 1100010 101101

Color Harmonies of #02BFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFE4

Black with #02BFE4

Text Example


Text Example

White with #02BFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,191,228); }

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

background-color css

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

 a { background-color: rgb(2,191,228); }

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

border-color css

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

 span { border-color: rgb(2,191,228); }

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