Html Css Color HEX #2DEEBA Turquoise

📋 copy color: '#2DEEBA'

red 45 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #2DEEBA

Tints of Turquoise #2DEEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 9.59%
G = 50.75%
B = 39.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#2DEEBA (or 0x2DEEBA) is known color: Turquoise. HEX triplet: 2D, EE and BA. RGB value is (45,238,186). Sum of RGB (Red+Green+Blue) = 45+238+186=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEBA is #D21145. Grayscale: #AEAEAE. Windows color (decimal): -13766982 or 12250669. OLE color: 12250669.

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

Color convert

RGB 45 238 186 -
CMYK 0.81 0 0.22 0.07
HSL 163.83º 0.85% 0.55% -
HSV(B) 163.83º 0.81% 0.93% -
XYZ 40.52 65.25 56.91 -
YUV 174.37 134.56 35.73 -
System Red Green Blue C M Y K H S L
Decimal 45 238 186 0.81 0 0.22 0.07 163.83 0.85 0.55
Hex 2D EE BA 51 0 16 7 A4 55 37
Octal 55 356 272 121 0 26 7 244 125 67
Binary 101101 11101110 10111010 1010001 0 10110 111 10100100 1010101 110111

Color Harmonies of #2DEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEEBA

Black with #2DEEBA

Text Example


Text Example

White with #2DEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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