Html Css Color HEX #02FDC1 Bright Turquoise

📋 copy color: '#02FDC1'

red 2 ◦ green 253 ◦ blue 193

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

Shades of Bright Turquoise #02FDC1

Tints of Bright Turquoise #02FDC1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.47%

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 0.45%
G = 56.47%
B = 43.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#02FDC1 (or 0x02FDC1) is known color: Bright Turquoise. HEX triplet: 02, FD and C1. RGB value is (2,253,193). Sum of RGB (Red+Green+Blue) = 2+253+193=448 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #02FDC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FDC1 is #FD023E. Grayscale: #ABABAB. Windows color (decimal): -16581183 or 12713218. OLE color: 12713218.

HSL color Cylindrical-coordinate representation of color #02FDC1: hue angle of 165.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FDC1 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 253 193 -
CMYK 0.99 0 0.24 0.01
HSL 165.66º 0.98% 0.5% -
HSV(B) 165.66º 0.99% 0.99% -
XYZ 44.78 74.11 62.4 -
YUV 171.11 140.34 7.38 -
System Red Green Blue C M Y K H S L
Decimal 2 253 193 0.99 0 0.24 0.01 165.66 0.98 0.5
Hex 2 FD C1 63 0 18 1 A6 62 32
Octal 2 375 301 143 0 30 1 246 142 62
Binary 10 11111101 11000001 1100011 0 11000 1 10100110 1100010 110010

Color Harmonies of #02FDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FDC1

Black with #02FDC1

Text Example


Text Example

White with #02FDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,253,193); }

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

background-color css

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

 a { background-color: rgb(2,253,193); }

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

border-color css

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

 span { border-color: rgb(2,253,193); }

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