Html Css Color HEX #2FDCD2 Turquoise

📋 copy color: '#2FDCD2'

red 47 ◦ green 220 ◦ blue 210

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

Shades of Turquoise #2FDCD2

Tints of Turquoise #2FDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 9.85%
G = 46.12%
B = 44.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#2FDCD2 (or 0x2FDCD2) is known color: Turquoise. HEX triplet: 2F, DC and D2. RGB value is (47,220,210). Sum of RGB (Red+Green+Blue) = 47+220+210=477 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.85% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCD2 is #D0232D. Grayscale: #A6A6A6. Windows color (decimal): -13640494 or 13818927. OLE color: 13818927.

HSL color Cylindrical-coordinate representation of color #2FDCD2: hue angle of 176.53º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDCD2 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 210 -
CMYK 0.79 0 0.05 0.14
HSL 176.53º 0.71% 0.52% -
HSV(B) 176.53º 0.79% 0.86% -
XYZ 38.4 56.44 69.84 -
YUV 167.13 152.19 42.31 -
System Red Green Blue C M Y K H S L
Decimal 47 220 210 0.79 0 0.05 0.14 176.53 0.71 0.52
Hex 2F DC D2 4F 0 5 E B1 47 34
Octal 57 334 322 117 0 5 16 261 107 64
Binary 101111 11011100 11010010 1001111 0 101 1110 10110001 1000111 110100

Color Harmonies of #2FDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDCD2

Black with #2FDCD2

Text Example


Text Example

White with #2FDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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