Html Css Color HEX #25DAD2 Turquoise

📋 copy color: '#25DAD2'

red 37 ◦ green 218 ◦ blue 210

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

Shades of Turquoise #25DAD2

Tints of Turquoise #25DAD2

RGB

 RED value IS 37 (14.84% from 255) = 7.96%

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

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 7.96%
G = 46.88%
B = 45.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#25DAD2 (or 0x25DAD2) is known color: Turquoise. HEX triplet: 25, DA and D2. RGB value is (37,218,210). Sum of RGB (Red+Green+Blue) = 37+218+210=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #25DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DAD2 is #DA252D. Grayscale: #A2A2A2. Windows color (decimal): -14296366 or 13818405. OLE color: 13818405.

HSL color Cylindrical-coordinate representation of color #25DAD2: hue angle of 177.35º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DAD2 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 218 210 -
CMYK 0.83 0 0.04 0.15
HSL 177.35º 0.71% 0.5% -
HSV(B) 177.35º 0.83% 0.85% -
XYZ 37.47 55.19 69.65 -
YUV 162.97 154.53 38.15 -
System Red Green Blue C M Y K H S L
Decimal 37 218 210 0.83 0 0.04 0.15 177.35 0.71 0.5
Hex 25 DA D2 53 0 4 F B1 47 32
Octal 45 332 322 123 0 4 17 261 107 62
Binary 100101 11011010 11010010 1010011 0 100 1111 10110001 1000111 110010

Color Harmonies of #25DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DAD2

Black with #25DAD2

Text Example


Text Example

White with #25DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25DAD2; }

 p { color: rgb(37,218,210); }

 H1.HeaderClassName
 {
   color: #25DAD2;
 }
 .AnyTagClassName
 {
   color: #25DAD2;
 }
</style>

background-color css

<style>
 a { background-color: #25DAD2; }

 a { background-color: rgb(37,218,210); }

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

border-color css

<style>
 span { border-color: #25DAD2; }

 span { border-color: rgb(37,218,210); }

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