Html Css Color HEX #2DFAC6 Turquoise

📋 copy color: '#2DFAC6'

red 45 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #2DFAC6

Tints of Turquoise #2DFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.16%

R = 9.13%
G = 50.71%
B = 40.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#2DFAC6 (or 0x2DFAC6) is known color: Turquoise. HEX triplet: 2D, FA and C6. RGB value is (45,250,198). Sum of RGB (Red+Green+Blue) = 45+250+198=493 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.13% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAC6 is #D20539. Grayscale: #B6B6B6. Windows color (decimal): -13763898 or 13040173. OLE color: 13040173.

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

Color convert

RGB 45 250 198 -
CMYK 0.82 0 0.21 0.02
HSL 164.78º 0.95% 0.58% -
HSV(B) 164.78º 0.82% 0.98% -
XYZ 45.46 73.01 65.12 -
YUV 182.78 136.58 29.73 -
System Red Green Blue C M Y K H S L
Decimal 45 250 198 0.82 0 0.21 0.02 164.78 0.95 0.58
Hex 2D FA C6 52 0 15 2 A5 5F 3A
Octal 55 372 306 122 0 25 2 245 137 72
Binary 101101 11111010 11000110 1010010 0 10101 10 10100101 1011111 111010

Color Harmonies of #2DFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFAC6

Black with #2DFAC6

Text Example


Text Example

White with #2DFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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