Html Css Color HEX #2FE7CF Turquoise

📋 copy color: '#2FE7CF'

red 47 ◦ green 231 ◦ blue 207

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

Shades of Turquoise #2FE7CF

Tints of Turquoise #2FE7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.63%

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

R = 9.69%
G = 47.63%
B = 42.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#2FE7CF (or 0x2FE7CF) is known color: Turquoise. HEX triplet: 2F, E7 and CF. RGB value is (47,231,207). Sum of RGB (Red+Green+Blue) = 47+231+207=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE7CF is #D01830. Grayscale: #ADADAD. Windows color (decimal): -13637681 or 13625135. OLE color: 13625135.

HSL color Cylindrical-coordinate representation of color #2FE7CF: hue angle of 172.17º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE7CF is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 231 207 -
CMYK 0.80 0 0.10 0.09
HSL 172.17º 0.79% 0.55% -
HSV(B) 172.17º 0.8% 0.91% -
XYZ 41.01 62.26 68.89 -
YUV 173.25 147.04 37.95 -
System Red Green Blue C M Y K H S L
Decimal 47 231 207 0.80 0 0.10 0.09 172.17 0.79 0.55
Hex 2F E7 CF 50 0 A 9 AC 4F 37
Octal 57 347 317 120 0 12 11 254 117 67
Binary 101111 11100111 11001111 1010000 0 1010 1001 10101100 1001111 110111

Color Harmonies of #2FE7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE7CF

Black with #2FE7CF

Text Example


Text Example

White with #2FE7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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