Html Css Color HEX #2DF9CE Turquoise

📋 copy color: '#2DF9CE'

red 45 ◦ green 249 ◦ blue 206

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

Shades of Turquoise #2DF9CE

Tints of Turquoise #2DF9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 9%
G = 49.8%
B = 41.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#2DF9CE (or 0x2DF9CE) is known color: Turquoise. HEX triplet: 2D, F9 and CE. RGB value is (45,249,206). Sum of RGB (Red+Green+Blue) = 45+249+206=500 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF9CE is #D20631. Grayscale: #B7B7B7. Windows color (decimal): -13764146 or 13564205. OLE color: 13564205.

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

Color convert

RGB 45 249 206 -
CMYK 0.82 0 0.17 0.02
HSL 167.35º 0.94% 0.58% -
HSV(B) 167.35º 0.82% 0.98% -
XYZ 46.1 72.77 70.01 -
YUV 183.1 140.91 29.5 -
System Red Green Blue C M Y K H S L
Decimal 45 249 206 0.82 0 0.17 0.02 167.35 0.94 0.58
Hex 2D F9 CE 52 0 11 2 A7 5E 3A
Octal 55 371 316 122 0 21 2 247 136 72
Binary 101101 11111001 11001110 1010010 0 10001 10 10100111 1011110 111010

Color Harmonies of #2DF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF9CE

Black with #2DF9CE

Text Example


Text Example

White with #2DF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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