Html Css Color HEX #2FCDDD Medium Turquoise

📋 copy color: '#2FCDDD'

red 47 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #2FCDDD

Tints of Medium Turquoise #2FCDDD

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 47 205 221 -
CMYK 0.79 0.07 0 0.13
HSL 185.52º 0.72% 0.53% -
HSV(B) 185.52º 0.79% 0.87% -
XYZ 36.05 49.49 76.06 -
YUV 159.58 162.65 47.7 -
System Red Green Blue C M Y K H S L
Decimal 47 205 221 0.79 0.07 0 0.13 185.52 0.72 0.53
Hex 2F CD DD 4F 7 0 D BA 48 35
Octal 57 315 335 117 7 0 15 272 110 65
Binary 101111 11001101 11011101 1001111 111 0 1101 10111010 1001000 110101

Color Harmonies of #2FCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCDDD

Black with #2FCDDD

Text Example


Text Example

White with #2FCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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