Html Css Color HEX #2DCEDD Turquoise

📋 copy color: '#2DCEDD'

red 45 ◦ green 206 ◦ blue 221

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

Shades of Turquoise #2DCEDD

Tints of Turquoise #2DCEDD

RGB

 RED value IS 45 (17.97% from 255) = 9.53%

 GREEN value IS 206 (80.86% from 255) = 43.64%

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

R = 9.53%
G = 43.64%
B = 46.82%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2DCEDD (or 0x2DCEDD) is known color: Turquoise. HEX triplet: 2D, CE and DD. RGB value is (45,206,221). Sum of RGB (Red+Green+Blue) = 45+206+221=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DCEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCEDD is #D23122. Grayscale: #9F9F9F. Windows color (decimal): -13775139 or 14536237. OLE color: 14536237.

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

Color convert

RGB 45 206 221 -
CMYK 0.80 0.07 0 0.13
HSL 185.11º 0.72% 0.52% -
HSV(B) 185.11º 0.8% 0.87% -
XYZ 36.2 49.92 76.13 -
YUV 159.57 162.66 46.28 -
System Red Green Blue C M Y K H S L
Decimal 45 206 221 0.80 0.07 0 0.13 185.11 0.72 0.52
Hex 2D CE DD 50 7 0 D B9 48 34
Octal 55 316 335 120 7 0 15 271 110 64
Binary 101101 11001110 11011101 1010000 111 0 1101 10111001 1001000 110100

Color Harmonies of #2DCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCEDD

Black with #2DCEDD

Text Example


Text Example

White with #2DCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,206,221); }

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

background-color css

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

 a { background-color: rgb(45,206,221); }

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

border-color css

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

 span { border-color: rgb(45,206,221); }

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