Html Css Color HEX #2DFAE0 Turquoise

📋 copy color: '#2DFAE0'

red 45 ◦ green 250 ◦ blue 224

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

Shades of Turquoise #2DFAE0

Tints of Turquoise #2DFAE0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.17%

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

R = 8.67%
G = 48.17%
B = 43.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#2DFAE0 (or 0x2DFAE0) is known color: Turquoise. HEX triplet: 2D, FA and E0. RGB value is (45,250,224). Sum of RGB (Red+Green+Blue) = 45+250+224=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAE0 is #D2051F. Grayscale: #B9B9B9. Windows color (decimal): -13763872 or 14744109. OLE color: 14744109.

HSL color Cylindrical-coordinate representation of color #2DFAE0: hue angle of 172.39º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFAE0 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 250 224 -
CMYK 0.82 0 0.10 0.02
HSL 172.39º 0.95% 0.58% -
HSV(B) 172.39º 0.82% 0.98% -
XYZ 48.72 74.31 82.3 -
YUV 185.74 149.58 27.61 -
System Red Green Blue C M Y K H S L
Decimal 45 250 224 0.82 0 0.10 0.02 172.39 0.95 0.58
Hex 2D FA E0 52 0 A 2 AC 5F 3A
Octal 55 372 340 122 0 12 2 254 137 72
Binary 101101 11111010 11100000 1010010 0 1010 10 10101100 1011111 111010

Color Harmonies of #2DFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFAE0

Black with #2DFAE0

Text Example


Text Example

White with #2DFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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