Html Css Color HEX #25DCD6 Turquoise

📋 copy color: '#25DCD6'

red 37 ◦ green 220 ◦ blue 214

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

Shades of Turquoise #25DCD6

Tints of Turquoise #25DCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 214 (83.98% from 255) = 45.44%

R = 7.86%
G = 46.71%
B = 45.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#25DCD6 (or 0x25DCD6) is known color: Turquoise. HEX triplet: 25, DC and D6. RGB value is (37,220,214). Sum of RGB (Red+Green+Blue) = 37+220+214=471 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.86% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCD6 is #DA2329. Grayscale: #A4A4A4. Windows color (decimal): -14295850 or 14081061. OLE color: 14081061.

HSL color Cylindrical-coordinate representation of color #25DCD6: hue angle of 178.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCD6 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 220 214 -
CMYK 0.83 0 0.03 0.14
HSL 178.03º 0.72% 0.5% -
HSV(B) 178.03º 0.83% 0.86% -
XYZ 38.49 56.43 72.48 -
YUV 164.6 155.87 36.99 -
System Red Green Blue C M Y K H S L
Decimal 37 220 214 0.83 0 0.03 0.14 178.03 0.72 0.5
Hex 25 DC D6 53 0 3 E B2 48 32
Octal 45 334 326 123 0 3 16 262 110 62
Binary 100101 11011100 11010110 1010011 0 11 1110 10110010 1001000 110010

Color Harmonies of #25DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DCD6

Black with #25DCD6

Text Example


Text Example

White with #25DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,220,214); }

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

background-color css

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

 a { background-color: rgb(37,220,214); }

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

border-color css

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

 span { border-color: rgb(37,220,214); }

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