Html Css Color HEX #2ECFDD Turquoise

📋 copy color: '#2ECFDD'

red 46 ◦ green 207 ◦ blue 221

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

Shades of Turquoise #2ECFDD

Tints of Turquoise #2ECFDD

RGB

 RED value IS 46 (18.36% from 255) = 9.7%

 GREEN value IS 207 (81.25% from 255) = 43.67%

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

R = 9.7%
G = 43.67%
B = 46.62%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ECFDD (or 0x2ECFDD) is known color: Turquoise. HEX triplet: 2E, CF and DD. RGB value is (46,207,221). Sum of RGB (Red+Green+Blue) = 46+207+221=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ECFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFDD is #D13022. Grayscale: #A0A0A0. Windows color (decimal): -13709347 or 14536494. OLE color: 14536494.

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

Color convert

RGB 46 207 221 -
CMYK 0.79 0.06 0 0.13
HSL 184.8º 0.72% 0.52% -
HSV(B) 184.8º 0.79% 0.87% -
XYZ 36.49 50.43 76.22 -
YUV 160.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 46 207 221 0.79 0.06 0 0.13 184.8 0.72 0.52
Hex 2E CF DD 4F 6 0 D B9 48 34
Octal 56 317 335 117 6 0 15 271 110 64
Binary 101110 11001111 11011101 1001111 110 0 1101 10111001 1001000 110100

Color Harmonies of #2ECFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECFDD

Black with #2ECFDD

Text Example


Text Example

White with #2ECFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,207,221); }

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

background-color css

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

 a { background-color: rgb(46,207,221); }

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

border-color css

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

 span { border-color: rgb(46,207,221); }

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