Html Css Color HEX #2FF1CA Turquoise

📋 copy color: '#2FF1CA'

red 47 ◦ green 241 ◦ blue 202

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

Shades of Turquoise #2FF1CA

Tints of Turquoise #2FF1CA

RGB

 RED value IS 47 (18.75% from 255) = 9.59%

 GREEN value IS 241 (94.53% from 255) = 49.18%

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 9.59%
G = 49.18%
B = 41.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#2FF1CA (or 0x2FF1CA) is known color: Turquoise. HEX triplet: 2F, F1 and CA. RGB value is (47,241,202). Sum of RGB (Red+Green+Blue) = 47+241+202=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF1CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF1CA is #D00E35. Grayscale: #B2B2B2. Windows color (decimal): -13635126 or 13300015. OLE color: 13300015.

HSL color Cylindrical-coordinate representation of color #2FF1CA: hue angle of 167.94º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF1CA is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 202 -
CMYK 0.80 0 0.16 0.05
HSL 167.94º 0.87% 0.56% -
HSV(B) 167.94º 0.8% 0.95% -
XYZ 43.29 67.78 66.68 -
YUV 178.55 141.23 34.17 -
System Red Green Blue C M Y K H S L
Decimal 47 241 202 0.80 0 0.16 0.05 167.94 0.87 0.56
Hex 2F F1 CA 50 0 10 5 A8 57 38
Octal 57 361 312 120 0 20 5 250 127 70
Binary 101111 11110001 11001010 1010000 0 10000 101 10101000 1010111 111000

Color Harmonies of #2FF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF1CA

Black with #2FF1CA

Text Example


Text Example

White with #2FF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF1CA; }

 p { color: rgb(47,241,202); }

 H1.HeaderClassName
 {
   color: #2FF1CA;
 }
 .AnyTagClassName
 {
   color: #2FF1CA;
 }
</style>

background-color css

<style>
 a { background-color: #2FF1CA; }

 a { background-color: rgb(47,241,202); }

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

border-color css

<style>
 span { border-color: #2FF1CA; }

 span { border-color: rgb(47,241,202); }

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