Html Css Color HEX #25DCDD Turquoise

📋 copy color: '#25DCDD'

red 37 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #25DCDD

Tints of Turquoise #25DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 7.74%
G = 46.03%
B = 46.23%

CMYK

 C value IS 0.83

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25DCDD (or 0x25DCDD) is known color: Turquoise. HEX triplet: 25, DC and DD. RGB value is (37,220,221). Sum of RGB (Red+Green+Blue) = 37+220+221=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #25DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCDD is #DA2322. Grayscale: #A5A5A5. Windows color (decimal): -14295843 or 14539813. OLE color: 14539813.

HSL color Cylindrical-coordinate representation of color #25DCDD: hue angle of 180.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCDD is Cyan = 0.83, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 220 221 -
CMYK 0.83 0.00 0 0.13
HSL 180.33º 0.73% 0.51% -
HSV(B) 180.33º 0.83% 0.87% -
XYZ 39.41 56.8 77.29 -
YUV 165.4 159.37 36.42 -
System Red Green Blue C M Y K H S L
Decimal 37 220 221 0.83 0.00 0 0.13 180.33 0.73 0.51
Hex 25 DC DD 53 0 0 D B4 49 33
Octal 45 334 335 123 0 0 15 264 111 63
Binary 100101 11011100 11011101 1010011 0 0 1101 10110100 1001001 110011

Color Harmonies of #25DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DCDD

Black with #25DCDD

Text Example


Text Example

White with #25DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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