Html Css Color HEX #25DBDC Turquoise

📋 copy color: '#25DBDC'

red 37 ◦ green 219 ◦ blue 220

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

Shades of Turquoise #25DBDC

Tints of Turquoise #25DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 7.77%
G = 46.01%
B = 46.22%

CMYK

 C value IS 0.83

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#25DBDC (or 0x25DBDC) is known color: Turquoise. HEX triplet: 25, DB and DC. RGB value is (37,219,220). Sum of RGB (Red+Green+Blue) = 37+219+220=476 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.77% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #25DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DBDC is #DA2423. Grayscale: #A4A4A4. Windows color (decimal): -14296100 or 14474021. OLE color: 14474021.

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

Color convert

RGB 37 219 220 -
CMYK 0.83 0.00 0 0.14
HSL 180.33º 0.72% 0.5% -
HSV(B) 180.33º 0.83% 0.86% -
XYZ 39.01 56.22 76.51 -
YUV 164.7 159.2 36.92 -
System Red Green Blue C M Y K H S L
Decimal 37 219 220 0.83 0.00 0 0.14 180.33 0.72 0.5
Hex 25 DB DC 53 0 0 E B4 48 32
Octal 45 333 334 123 0 0 16 264 110 62
Binary 100101 11011011 11011100 1010011 0 0 1110 10110100 1001000 110010

Color Harmonies of #25DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DBDC

Black with #25DBDC

Text Example


Text Example

White with #25DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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