Html Css Color HEX #2DEFED Turquoise

📋 copy color: '#2DEFED'

red 45 ◦ green 239 ◦ blue 237

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

Shades of Turquoise #2DEFED

Tints of Turquoise #2DEFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 8.64%
G = 45.87%
B = 45.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#2DEFED (or 0x2DEFED) is known color: Turquoise. HEX triplet: 2D, EF and ED. RGB value is (45,239,237). Sum of RGB (Red+Green+Blue) = 45+239+237=521 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.64% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEFED is #D21012. Grayscale: #B4B4B4. Windows color (decimal): -13766675 or 15593261. OLE color: 15593261.

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

Color convert

RGB 45 239 237 -
CMYK 0.81 0 0.01 0.06
HSL 179.38º 0.86% 0.56% -
HSV(B) 179.38º 0.81% 0.94% -
XYZ 47.23 68.41 90.83 -
YUV 180.77 159.73 31.16 -
System Red Green Blue C M Y K H S L
Decimal 45 239 237 0.81 0 0.01 0.06 179.38 0.86 0.56
Hex 2D EF ED 51 0 1 6 B3 56 38
Octal 55 357 355 121 0 1 6 263 126 70
Binary 101101 11101111 11101101 1010001 0 1 110 10110011 1010110 111000

Color Harmonies of #2DEFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEFED

Black with #2DEFED

Text Example


Text Example

White with #2DEFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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