Html Css Color HEX #02F3C5 Bright Turquoise

📋 copy color: '#02F3C5'

red 2 ◦ green 243 ◦ blue 197

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

Shades of Bright Turquoise #02F3C5

Tints of Bright Turquoise #02F3C5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.98%

 BLUE value IS 197 (77.34% from 255) = 44.57%

R = 0.45%
G = 54.98%
B = 44.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#02F3C5 (or 0x02F3C5) is known color: Bright Turquoise. HEX triplet: 02, F3 and C5. RGB value is (2,243,197). Sum of RGB (Red+Green+Blue) = 2+243+197=442 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #02F3C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F3C5 is #FD0C3A. Grayscale: #A5A5A5. Windows color (decimal): -16583739 or 12972802. OLE color: 12972802.

HSL color Cylindrical-coordinate representation of color #02F3C5: hue angle of 168.55º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F3C5 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 243 197 -
CMYK 0.99 0 0.19 0.05
HSL 168.55º 0.98% 0.48% -
HSV(B) 168.55º 0.99% 0.95% -
XYZ 42.15 68.15 63.75 -
YUV 165.7 145.66 11.24 -
System Red Green Blue C M Y K H S L
Decimal 2 243 197 0.99 0 0.19 0.05 168.55 0.98 0.48
Hex 2 F3 C5 63 0 13 5 A9 62 30
Octal 2 363 305 143 0 23 5 251 142 60
Binary 10 11110011 11000101 1100011 0 10011 101 10101001 1100010 110000

Color Harmonies of #02F3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F3C5

Black with #02F3C5

Text Example


Text Example

White with #02F3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,243,197); }

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

background-color css

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

 a { background-color: rgb(2,243,197); }

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

border-color css

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

 span { border-color: rgb(2,243,197); }

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