Html Css Color HEX #2FDCE0 Turquoise

📋 copy color: '#2FDCE0'

red 47 ◦ green 220 ◦ blue 224

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

Shades of Turquoise #2FDCE0

Tints of Turquoise #2FDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.81%

 BLUE value IS 224 (87.89% from 255) = 45.62%

R = 9.57%
G = 44.81%
B = 45.62%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2FDCE0 (or 0x2FDCE0) is known color: Turquoise. HEX triplet: 2F, DC and E0. RGB value is (47,220,224). Sum of RGB (Red+Green+Blue) = 47+220+224=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #2FDCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCE0 is #D0231F. Grayscale: #A8A8A8. Windows color (decimal): -13640480 or 14736431. OLE color: 14736431.

HSL color Cylindrical-coordinate representation of color #2FDCE0: hue angle of 181.36º degrees, saturation: 0.74, 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 #2FDCE0 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 220 224 -
CMYK 0.79 0.02 0 0.12
HSL 181.36º 0.74% 0.53% -
HSV(B) 181.36º 0.79% 0.88% -
XYZ 40.22 57.17 79.44 -
YUV 168.73 159.19 41.17 -
System Red Green Blue C M Y K H S L
Decimal 47 220 224 0.79 0.02 0 0.12 181.36 0.74 0.53
Hex 2F DC E0 4F 2 0 C B5 4A 35
Octal 57 334 340 117 2 0 14 265 112 65
Binary 101111 11011100 11100000 1001111 10 0 1100 10110101 1001010 110101

Color Harmonies of #2FDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDCE0

Black with #2FDCE0

Text Example


Text Example

White with #2FDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,220,224); }

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

background-color css

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

 a { background-color: rgb(47,220,224); }

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

border-color css

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

 span { border-color: rgb(47,220,224); }

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