Html Css Color HEX #2DDBEE Turquoise

📋 copy color: '#2DDBEE'

red 45 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #2DDBEE

Tints of Turquoise #2DDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.63%

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

R = 8.96%
G = 43.63%
B = 47.41%

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

#2DDBEE (or 0x2DDBEE) is known color: Turquoise. HEX triplet: 2D, DB and EE. RGB value is (45,219,238). Sum of RGB (Red+Green+Blue) = 45+219+238=502 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.96% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DDBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBEE is #D22411. Grayscale: #A8A8A8. Windows color (decimal): -13771794 or 15653677. OLE color: 15653677.

HSL color Cylindrical-coordinate representation of color #2DDBEE: hue angle of 185.91º 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 #2DDBEE is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 219 238 -
CMYK 0.81 0.08 0 0.07
HSL 185.91º 0.85% 0.55% -
HSV(B) 185.91º 0.81% 0.93% -
XYZ 41.85 57.39 89.76 -
YUV 169.14 166.85 39.46 -
System Red Green Blue C M Y K H S L
Decimal 45 219 238 0.81 0.08 0 0.07 185.91 0.85 0.55
Hex 2D DB EE 51 8 0 7 BA 55 37
Octal 55 333 356 121 10 0 7 272 125 67
Binary 101101 11011011 11101110 1010001 1000 0 111 10111010 1010101 110111

Color Harmonies of #2DDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDBEE

Black with #2DDBEE

Text Example


Text Example

White with #2DDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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