Html Css Color HEX #2DDBEB Turquoise

📋 copy color: '#2DDBEB'

red 45 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #2DDBEB

Tints of Turquoise #2DDBEB

RGB

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

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

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

R = 9.02%
G = 43.89%
B = 47.09%

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

#2DDBEB (or 0x2DDBEB) is known color: Turquoise. HEX triplet: 2D, DB and EB. RGB value is (45,219,235). Sum of RGB (Red+Green+Blue) = 45+219+235=499 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9.02% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DDBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBEB is #D22414. Grayscale: #A8A8A8. Windows color (decimal): -13771797 or 15457069. OLE color: 15457069.

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

Color convert

RGB 45 219 235 -
CMYK 0.81 0.07 0 0.08
HSL 185.05º 0.83% 0.55% -
HSV(B) 185.05º 0.81% 0.92% -
XYZ 41.41 57.22 87.46 -
YUV 168.8 165.35 39.7 -
System Red Green Blue C M Y K H S L
Decimal 45 219 235 0.81 0.07 0 0.08 185.05 0.83 0.55
Hex 2D DB EB 51 7 0 8 B9 53 37
Octal 55 333 353 121 7 0 10 271 123 67
Binary 101101 11011011 11101011 1010001 111 0 1000 10111001 1010011 110111

Color Harmonies of #2DDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDBEB

Black with #2DDBEB

Text Example


Text Example

White with #2DDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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