Html Css Color HEX #25DACE Turquoise

📋 copy color: '#25DACE'

red 37 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #25DACE

Tints of Turquoise #25DACE

RGB

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

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

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

R = 8.03%
G = 47.29%
B = 44.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#25DACE (or 0x25DACE) is known color: Turquoise. HEX triplet: 25, DA and CE. RGB value is (37,218,206). Sum of RGB (Red+Green+Blue) = 37+218+206=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #25DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DACE is #DA2531. Grayscale: #A2A2A2. Windows color (decimal): -14296370 or 13556261. OLE color: 13556261.

HSL color Cylindrical-coordinate representation of color #25DACE: hue angle of 176.02º 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 #25DACE is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 218 206 -
CMYK 0.83 0 0.06 0.15
HSL 176.02º 0.71% 0.5% -
HSV(B) 176.02º 0.83% 0.85% -
XYZ 36.97 54.99 67.06 -
YUV 162.51 152.53 38.48 -
System Red Green Blue C M Y K H S L
Decimal 37 218 206 0.83 0 0.06 0.15 176.02 0.71 0.5
Hex 25 DA CE 53 0 6 F B0 47 32
Octal 45 332 316 123 0 6 17 260 107 62
Binary 100101 11011010 11001110 1010011 0 110 1111 10110000 1000111 110010

Color Harmonies of #25DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DACE

Black with #25DACE

Text Example


Text Example

White with #25DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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