Html Css Color HEX #2DDEE9 Turquoise

📋 copy color: '#2DDEE9'

red 45 ◦ green 222 ◦ blue 233

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

Shades of Turquoise #2DDEE9

Tints of Turquoise #2DDEE9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 9%
G = 44.4%
B = 46.6%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2DDEE9 (or 0x2DDEE9) is known color: Turquoise. HEX triplet: 2D, DE and E9. RGB value is (45,222,233). Sum of RGB (Red+Green+Blue) = 45+222+233=500 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #2DDEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDEE9 is #D22116. Grayscale: #AAAAAA. Windows color (decimal): -13771031 or 15326765. OLE color: 15326765.

HSL color Cylindrical-coordinate representation of color #2DDEE9: hue angle of 183.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDEE9 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 222 233 -
CMYK 0.81 0.05 0 0.09
HSL 183.51º 0.81% 0.55% -
HSV(B) 183.51º 0.81% 0.91% -
XYZ 41.91 58.68 86.21 -
YUV 170.33 163.36 38.61 -
System Red Green Blue C M Y K H S L
Decimal 45 222 233 0.81 0.05 0 0.09 183.51 0.81 0.55
Hex 2D DE E9 51 5 0 9 B8 51 37
Octal 55 336 351 121 5 0 11 270 121 67
Binary 101101 11011110 11101001 1010001 101 0 1001 10111000 1010001 110111

Color Harmonies of #2DDEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDEE9

Black with #2DDEE9

Text Example


Text Example

White with #2DDEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,222,233); }

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

background-color css

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

 a { background-color: rgb(45,222,233); }

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

border-color css

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

 span { border-color: rgb(45,222,233); }

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