Html Css Color HEX #2FDDCD Turquoise

📋 copy color: '#2FDDCD'

red 47 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #2FDDCD

Tints of Turquoise #2FDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.72%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 9.94%
G = 46.72%
B = 43.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#2FDDCD (or 0x2FDDCD) is known color: Turquoise. HEX triplet: 2F, DD and CD. RGB value is (47,221,205). Sum of RGB (Red+Green+Blue) = 47+221+205=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDCD is #D02232. Grayscale: #A7A7A7. Windows color (decimal): -13640243 or 13491503. OLE color: 13491503.

HSL color Cylindrical-coordinate representation of color #2FDDCD: hue angle of 174.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDDCD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 205 -
CMYK 0.79 0 0.07 0.13
HSL 174.48º 0.72% 0.53% -
HSV(B) 174.48º 0.79% 0.87% -
XYZ 38.05 56.73 66.7 -
YUV 167.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 47 221 205 0.79 0 0.07 0.13 174.48 0.72 0.53
Hex 2F DD CD 4F 0 7 D AE 48 35
Octal 57 335 315 117 0 7 15 256 110 65
Binary 101111 11011101 11001101 1001111 0 111 1101 10101110 1001000 110101

Color Harmonies of #2FDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDDCD

Black with #2FDDCD

Text Example


Text Example

White with #2FDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,221,205); }

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

background-color css

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

 a { background-color: rgb(47,221,205); }

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

border-color css

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

 span { border-color: rgb(47,221,205); }

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