Html Css Color HEX #2DEEBC Turquoise

📋 copy color: '#2DEEBC'

red 45 ◦ green 238 ◦ blue 188

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

Shades of Turquoise #2DEEBC

Tints of Turquoise #2DEEBC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.53%

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 9.55%
G = 50.53%
B = 39.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#2DEEBC (or 0x2DEEBC) is known color: Turquoise. HEX triplet: 2D, EE and BC. RGB value is (45,238,188). Sum of RGB (Red+Green+Blue) = 45+238+188=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEBC is #D21143. Grayscale: #AEAEAE. Windows color (decimal): -13766980 or 12381741. OLE color: 12381741.

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

Color convert

RGB 45 238 188 -
CMYK 0.81 0 0.21 0.07
HSL 164.46º 0.85% 0.55% -
HSV(B) 164.46º 0.81% 0.93% -
XYZ 40.73 65.34 58.04 -
YUV 174.59 135.56 35.57 -
System Red Green Blue C M Y K H S L
Decimal 45 238 188 0.81 0 0.21 0.07 164.46 0.85 0.55
Hex 2D EE BC 51 0 15 7 A4 55 37
Octal 55 356 274 121 0 25 7 244 125 67
Binary 101101 11101110 10111100 1010001 0 10101 111 10100100 1010101 110111

Color Harmonies of #2DEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEEBC

Black with #2DEEBC

Text Example


Text Example

White with #2DEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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