Html Css Color HEX #2FDADC Turquoise

📋 copy color: '#2FDADC'

red 47 ◦ green 218 ◦ blue 220

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

Shades of Turquoise #2FDADC

Tints of Turquoise #2FDADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 9.69%
G = 44.95%
B = 45.36%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FDADC (or 0x2FDADC) is known color: Turquoise. HEX triplet: 2F, DA and DC. RGB value is (47,218,220). Sum of RGB (Red+Green+Blue) = 47+218+220=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FDADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDADC is #D02523. Grayscale: #A6A6A6. Windows color (decimal): -13640996 or 14473775. OLE color: 14473775.

HSL color Cylindrical-coordinate representation of color #2FDADC: hue angle of 180.69º 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 #2FDADC is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 218 220 -
CMYK 0.79 0.01 0 0.14
HSL 180.69º 0.71% 0.52% -
HSV(B) 180.69º 0.79% 0.86% -
XYZ 39.16 55.91 76.44 -
YUV 167.1 157.85 42.34 -
System Red Green Blue C M Y K H S L
Decimal 47 218 220 0.79 0.01 0 0.14 180.69 0.71 0.52
Hex 2F DA DC 4F 1 0 E B5 47 34
Octal 57 332 334 117 1 0 16 265 107 64
Binary 101111 11011010 11011100 1001111 1 0 1110 10110101 1000111 110100

Color Harmonies of #2FDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDADC

Black with #2FDADC

Text Example


Text Example

White with #2FDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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