Html Css Color HEX #25CAD2 Medium Turquoise

📋 copy color: '#25CAD2'

red 37 ◦ green 202 ◦ blue 210

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

Shades of Medium Turquoise #25CAD2

Tints of Medium Turquoise #25CAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.99%

 BLUE value IS 210 (82.42% from 255) = 46.77%

R = 8.24%
G = 44.99%
B = 46.77%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#25CAD2 (or 0x25CAD2) is known color: Medium Turquoise. HEX triplet: 25, CA and D2. RGB value is (37,202,210). Sum of RGB (Red+Green+Blue) = 37+202+210=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #25CAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CAD2 is #DA352D. Grayscale: #999999. Windows color (decimal): -14300462 or 13814309. OLE color: 13814309.

HSL color Cylindrical-coordinate representation of color #25CAD2: hue angle of 182.77º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CAD2 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 202 210 -
CMYK 0.82 0.04 0 0.18
HSL 182.77º 0.7% 0.48% -
HSV(B) 182.77º 0.82% 0.82% -
XYZ 33.52 47.29 68.33 -
YUV 153.58 159.84 44.85 -
System Red Green Blue C M Y K H S L
Decimal 37 202 210 0.82 0.04 0 0.18 182.77 0.7 0.48
Hex 25 CA D2 52 4 0 12 B7 46 30
Octal 45 312 322 122 4 0 22 267 106 60
Binary 100101 11001010 11010010 1010010 100 0 10010 10110111 1000110 110000

Color Harmonies of #25CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CAD2

Black with #25CAD2

Text Example


Text Example

White with #25CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,202,210); }

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

background-color css

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

 a { background-color: rgb(37,202,210); }

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

border-color css

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

 span { border-color: rgb(37,202,210); }

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