Html Css Color HEX #2FDCDD Turquoise

📋 copy color: '#2FDCDD'

red 47 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #2FDCDD

Tints of Turquoise #2FDCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 9.63%
G = 45.08%
B = 45.29%

CMYK

 C value IS 0.79

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FDCDD (or 0x2FDCDD) is known color: Turquoise. HEX triplet: 2F, DC and DD. RGB value is (47,220,221). Sum of RGB (Red+Green+Blue) = 47+220+221=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCDD is #D02322. Grayscale: #A8A8A8. Windows color (decimal): -13640483 or 14539823. OLE color: 14539823.

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

Color convert

RGB 47 220 221 -
CMYK 0.79 0.00 0 0.13
HSL 180.34º 0.72% 0.53% -
HSV(B) 180.34º 0.79% 0.87% -
XYZ 39.82 57.01 77.31 -
YUV 168.39 157.69 41.42 -
System Red Green Blue C M Y K H S L
Decimal 47 220 221 0.79 0.00 0 0.13 180.34 0.72 0.53
Hex 2F DC DD 4F 0 0 D B4 48 35
Octal 57 334 335 117 0 0 15 264 110 65
Binary 101111 11011100 11011101 1001111 0 0 1101 10110100 1001000 110101

Color Harmonies of #2FDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDCDD

Black with #2FDCDD

Text Example


Text Example

White with #2FDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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