Html Css Color HEX #25DFDC Turquoise

📋 copy color: '#25DFDC'

red 37 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #25DFDC

Tints of Turquoise #25DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.46%

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

R = 7.71%
G = 46.46%
B = 45.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#25DFDC (or 0x25DFDC) is known color: Turquoise. HEX triplet: 25, DF and DC. RGB value is (37,223,220). Sum of RGB (Red+Green+Blue) = 37+223+220=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #25DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFDC is #DA2023. Grayscale: #A6A6A6. Windows color (decimal): -14295076 or 14475045. OLE color: 14475045.

HSL color Cylindrical-coordinate representation of color #25DFDC: hue angle of 179.03º degrees, saturation: 0.74, 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 #25DFDC is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 223 220 -
CMYK 0.83 0 0.01 0.13
HSL 179.03º 0.74% 0.51% -
HSV(B) 179.03º 0.83% 0.87% -
XYZ 40.07 58.34 76.86 -
YUV 167.04 157.88 35.24 -
System Red Green Blue C M Y K H S L
Decimal 37 223 220 0.83 0 0.01 0.13 179.03 0.74 0.51
Hex 25 DF DC 53 0 1 D B3 4A 33
Octal 45 337 334 123 0 1 15 263 112 63
Binary 100101 11011111 11011100 1010011 0 1 1101 10110011 1001010 110011

Color Harmonies of #25DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DFDC

Black with #25DFDC

Text Example


Text Example

White with #25DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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