Html Css Color HEX #2FDAD1 Turquoise

📋 copy color: '#2FDAD1'

red 47 ◦ green 218 ◦ blue 209

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

Shades of Turquoise #2FDAD1

Tints of Turquoise #2FDAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.99%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 9.92%
G = 45.99%
B = 44.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#2FDAD1 (or 0x2FDAD1) is known color: Turquoise. HEX triplet: 2F, DA and D1. RGB value is (47,218,209). Sum of RGB (Red+Green+Blue) = 47+218+209=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDAD1 is #D0252E. Grayscale: #A5A5A5. Windows color (decimal): -13641007 or 13752879. OLE color: 13752879.

HSL color Cylindrical-coordinate representation of color #2FDAD1: hue angle of 176.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDAD1 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 218 209 -
CMYK 0.78 0 0.04 0.15
HSL 176.84º 0.7% 0.52% -
HSV(B) 176.84º 0.78% 0.85% -
XYZ 37.75 55.35 69.02 -
YUV 165.85 152.35 43.23 -
System Red Green Blue C M Y K H S L
Decimal 47 218 209 0.78 0 0.04 0.15 176.84 0.7 0.52
Hex 2F DA D1 4E 0 4 F B1 46 34
Octal 57 332 321 116 0 4 17 261 106 64
Binary 101111 11011010 11010001 1001110 0 100 1111 10110001 1000110 110100

Color Harmonies of #2FDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDAD1

Black with #2FDAD1

Text Example


Text Example

White with #2FDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,218,209); }

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

background-color css

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

 a { background-color: rgb(47,218,209); }

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

border-color css

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

 span { border-color: rgb(47,218,209); }

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