Html Css Color HEX #2FEFCF Turquoise

📋 copy color: '#2FEFCF'

red 47 ◦ green 239 ◦ blue 207

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

Shades of Turquoise #2FEFCF

Tints of Turquoise #2FEFCF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.48%

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

R = 9.53%
G = 48.48%
B = 41.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#2FEFCF (or 0x2FEFCF) is known color: Turquoise. HEX triplet: 2F, EF and CF. RGB value is (47,239,207). Sum of RGB (Red+Green+Blue) = 47+239+207=493 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.53% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFCF is #D01030. Grayscale: #B1B1B1. Windows color (decimal): -13635633 or 13627183. OLE color: 13627183.

HSL color Cylindrical-coordinate representation of color #2FEFCF: hue angle of 170º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFCF is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 207 -
CMYK 0.80 0 0.13 0.06
HSL 170º 0.86% 0.56% -
HSV(B) 170º 0.8% 0.94% -
XYZ 43.3 66.84 69.65 -
YUV 177.94 144.39 34.6 -
System Red Green Blue C M Y K H S L
Decimal 47 239 207 0.80 0 0.13 0.06 170 0.86 0.56
Hex 2F EF CF 50 0 D 6 AA 56 38
Octal 57 357 317 120 0 15 6 252 126 70
Binary 101111 11101111 11001111 1010000 0 1101 110 10101010 1010110 111000

Color Harmonies of #2FEFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFCF

Black with #2FEFCF

Text Example


Text Example

White with #2FEFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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