Html Css Color HEX #2FE1CF Turquoise

📋 copy color: '#2FE1CF'

red 47 ◦ green 225 ◦ blue 207

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

Shades of Turquoise #2FE1CF

Tints of Turquoise #2FE1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.97%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 9.81%
G = 46.97%
B = 43.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#2FE1CF (or 0x2FE1CF) is known color: Turquoise. HEX triplet: 2F, E1 and CF. RGB value is (47,225,207). Sum of RGB (Red+Green+Blue) = 47+225+207=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE1CF is #D01E30. Grayscale: #A9A9A9. Windows color (decimal): -13639217 or 13623599. OLE color: 13623599.

HSL color Cylindrical-coordinate representation of color #2FE1CF: hue angle of 173.93º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE1CF is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 207 -
CMYK 0.79 0 0.08 0.12
HSL 173.93º 0.75% 0.53% -
HSV(B) 173.93º 0.79% 0.88% -
XYZ 39.36 58.96 68.34 -
YUV 169.73 149.03 40.46 -
System Red Green Blue C M Y K H S L
Decimal 47 225 207 0.79 0 0.08 0.12 173.93 0.75 0.53
Hex 2F E1 CF 4F 0 8 C AE 4B 35
Octal 57 341 317 117 0 10 14 256 113 65
Binary 101111 11100001 11001111 1001111 0 1000 1100 10101110 1001011 110101

Color Harmonies of #2FE1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE1CF

Black with #2FE1CF

Text Example


Text Example

White with #2FE1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,225,207); }

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

background-color css

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

 a { background-color: rgb(47,225,207); }

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

border-color css

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

 span { border-color: rgb(47,225,207); }

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