Html Css Color HEX #2DDAE7 Turquoise

📋 copy color: '#2DDAE7'

red 45 ◦ green 218 ◦ blue 231

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

Shades of Turquoise #2DDAE7

Tints of Turquoise #2DDAE7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 9.11%
G = 44.13%
B = 46.76%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2DDAE7 (or 0x2DDAE7) is known color: Turquoise. HEX triplet: 2D, DA and E7. RGB value is (45,218,231). Sum of RGB (Red+Green+Blue) = 45+218+231=494 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.11% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #2DDAE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDAE7 is #D22518. Grayscale: #A7A7A7. Windows color (decimal): -13772057 or 15194669. OLE color: 15194669.

HSL color Cylindrical-coordinate representation of color #2DDAE7: hue angle of 184.19º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDAE7 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 218 231 -
CMYK 0.81 0.06 0 0.09
HSL 184.19º 0.79% 0.54% -
HSV(B) 184.19º 0.81% 0.91% -
XYZ 40.58 56.47 84.36 -
YUV 167.76 163.69 40.44 -
System Red Green Blue C M Y K H S L
Decimal 45 218 231 0.81 0.06 0 0.09 184.19 0.79 0.54
Hex 2D DA E7 51 6 0 9 B8 4F 36
Octal 55 332 347 121 6 0 11 270 117 66
Binary 101101 11011010 11100111 1010001 110 0 1001 10111000 1001111 110110

Color Harmonies of #2DDAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDAE7

Black with #2DDAE7

Text Example


Text Example

White with #2DDAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,218,231); }

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

background-color css

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

 a { background-color: rgb(45,218,231); }

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

border-color css

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

 span { border-color: rgb(45,218,231); }

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