Html Css Color HEX #2DEDDB Turquoise

📋 copy color: '#2DEDDB'

red 45 ◦ green 237 ◦ blue 219

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

Shades of Turquoise #2DEDDB

Tints of Turquoise #2DEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.31%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 8.98%
G = 47.31%
B = 43.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#2DEDDB (or 0x2DEDDB) is known color: Turquoise. HEX triplet: 2D, ED and DB. RGB value is (45,237,219). Sum of RGB (Red+Green+Blue) = 45+237+219=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDDB is #D21224. Grayscale: #B1B1B1. Windows color (decimal): -13767205 or 14413101. OLE color: 14413101.

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

Color convert

RGB 45 237 219 -
CMYK 0.81 0 0.08 0.07
HSL 174.38º 0.84% 0.55% -
HSV(B) 174.38º 0.81% 0.93% -
XYZ 44.15 66.24 77.48 -
YUV 177.54 151.39 33.46 -
System Red Green Blue C M Y K H S L
Decimal 45 237 219 0.81 0 0.08 0.07 174.38 0.84 0.55
Hex 2D ED DB 51 0 8 7 AE 54 37
Octal 55 355 333 121 0 10 7 256 124 67
Binary 101101 11101101 11011011 1010001 0 1000 111 10101110 1010100 110111

Color Harmonies of #2DEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEDDB

Black with #2DEDDB

Text Example


Text Example

White with #2DEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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