Html Css Color HEX #2DDAEE Turquoise

📋 copy color: '#2DDAEE'

red 45 ◦ green 218 ◦ blue 238

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

Shades of Turquoise #2DDAEE

Tints of Turquoise #2DDAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 8.98%
G = 43.51%
B = 47.5%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2DDAEE (or 0x2DDAEE) is known color: Turquoise. HEX triplet: 2D, DA and EE. RGB value is (45,218,238). Sum of RGB (Red+Green+Blue) = 45+218+238=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DDAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDAEE is #D22511. Grayscale: #A8A8A8. Windows color (decimal): -13772050 or 15653421. OLE color: 15653421.

HSL color Cylindrical-coordinate representation of color #2DDAEE: hue angle of 186.22º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDAEE is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 218 238 -
CMYK 0.81 0.08 0 0.07
HSL 186.22º 0.85% 0.55% -
HSV(B) 186.22º 0.81% 0.93% -
XYZ 41.59 56.87 89.67 -
YUV 168.55 167.19 39.87 -
System Red Green Blue C M Y K H S L
Decimal 45 218 238 0.81 0.08 0 0.07 186.22 0.85 0.55
Hex 2D DA EE 51 8 0 7 BA 55 37
Octal 55 332 356 121 10 0 7 272 125 67
Binary 101101 11011010 11101110 1010001 1000 0 111 10111010 1010101 110111

Color Harmonies of #2DDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDAEE

Black with #2DDAEE

Text Example


Text Example

White with #2DDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,218,238); }

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

background-color css

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

 a { background-color: rgb(45,218,238); }

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

border-color css

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

 span { border-color: rgb(45,218,238); }

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