Html Css Color HEX #2DDAEB Turquoise

📋 copy color: '#2DDAEB'

red 45 ◦ green 218 ◦ blue 235

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

Shades of Turquoise #2DDAEB

Tints of Turquoise #2DDAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 9.04%
G = 43.78%
B = 47.19%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2DDAEB (or 0x2DDAEB) is known color: Turquoise. HEX triplet: 2D, DA and EB. RGB value is (45,218,235). Sum of RGB (Red+Green+Blue) = 45+218+235=498 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.04% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DDAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDAEB is #D22514. Grayscale: #A7A7A7. Windows color (decimal): -13772053 or 15456813. OLE color: 15456813.

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

Color convert

RGB 45 218 235 -
CMYK 0.81 0.07 0 0.08
HSL 185.37º 0.83% 0.55% -
HSV(B) 185.37º 0.81% 0.92% -
XYZ 41.15 56.7 87.37 -
YUV 168.21 165.69 40.12 -
System Red Green Blue C M Y K H S L
Decimal 45 218 235 0.81 0.07 0 0.08 185.37 0.83 0.55
Hex 2D DA EB 51 7 0 8 B9 53 37
Octal 55 332 353 121 7 0 10 271 123 67
Binary 101101 11011010 11101011 1010001 111 0 1000 10111001 1010011 110111

Color Harmonies of #2DDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDAEB

Black with #2DDAEB

Text Example


Text Example

White with #2DDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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