Html Css Color HEX #2DF9EB Turquoise

📋 copy color: '#2DF9EB'

red 45 ◦ green 249 ◦ blue 235

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

Shades of Turquoise #2DF9EB

Tints of Turquoise #2DF9EB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.07%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 8.51%
G = 47.07%
B = 44.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#2DF9EB (or 0x2DF9EB) is known color: Turquoise. HEX triplet: 2D, F9 and EB. RGB value is (45,249,235). Sum of RGB (Red+Green+Blue) = 45+249+235=529 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.51% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF9EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF9EB is #D20614. Grayscale: #BABABA. Windows color (decimal): -13764117 or 15464749. OLE color: 15464749.

HSL color Cylindrical-coordinate representation of color #2DF9EB: hue angle of 175.88º degrees, saturation: 0.94, 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 #2DF9EB is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 235 -
CMYK 0.82 0 0.06 0.02
HSL 175.88º 0.94% 0.58% -
HSV(B) 175.88º 0.82% 0.98% -
XYZ 49.95 74.31 90.31 -
YUV 186.41 155.41 27.14 -
System Red Green Blue C M Y K H S L
Decimal 45 249 235 0.82 0 0.06 0.02 175.88 0.94 0.58
Hex 2D F9 EB 52 0 6 2 B0 5E 3A
Octal 55 371 353 122 0 6 2 260 136 72
Binary 101101 11111001 11101011 1010010 0 110 10 10110000 1011110 111010

Color Harmonies of #2DF9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF9EB

Black with #2DF9EB

Text Example


Text Example

White with #2DF9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,249,235); }

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

background-color css

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

 a { background-color: rgb(45,249,235); }

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

border-color css

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

 span { border-color: rgb(45,249,235); }

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