Html Css Color HEX #2DEFE0 Turquoise

📋 copy color: '#2DEFE0'

red 45 ◦ green 239 ◦ blue 224

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

Shades of Turquoise #2DEFE0

Tints of Turquoise #2DEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.05%

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 8.86%
G = 47.05%
B = 44.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#2DEFE0 (or 0x2DEFE0) is known color: Turquoise. HEX triplet: 2D, EF and E0. RGB value is (45,239,224). Sum of RGB (Red+Green+Blue) = 45+239+224=508 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.86% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEFE0 is #D2101F. Grayscale: #B3B3B3. Windows color (decimal): -13766688 or 14741293. OLE color: 14741293.

HSL color Cylindrical-coordinate representation of color #2DEFE0: hue angle of 175.36º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEFE0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 239 224 -
CMYK 0.81 0 0.06 0.06
HSL 175.36º 0.86% 0.56% -
HSV(B) 175.36º 0.81% 0.94% -
XYZ 45.4 67.67 81.19 -
YUV 179.28 153.23 32.22 -
System Red Green Blue C M Y K H S L
Decimal 45 239 224 0.81 0 0.06 0.06 175.36 0.86 0.56
Hex 2D EF E0 51 0 6 6 AF 56 38
Octal 55 357 340 121 0 6 6 257 126 70
Binary 101101 11101111 11100000 1010001 0 110 110 10101111 1010110 111000

Color Harmonies of #2DEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEFE0

Black with #2DEFE0

Text Example


Text Example

White with #2DEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,239,224); }

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

background-color css

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

 a { background-color: rgb(45,239,224); }

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

border-color css

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

 span { border-color: rgb(45,239,224); }

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