Html Css Color HEX #25CACE Medium Turquoise

📋 copy color: '#25CACE'

red 37 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #25CACE

Tints of Medium Turquoise #25CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 8.31%
G = 45.39%
B = 46.29%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#25CACE (or 0x25CACE) is known color: Medium Turquoise. HEX triplet: 25, CA and CE. RGB value is (37,202,206). Sum of RGB (Red+Green+Blue) = 37+202+206=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #25CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CACE is #DA3531. Grayscale: #989898. Windows color (decimal): -14300466 or 13552165. OLE color: 13552165.

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

Color convert

RGB 37 202 206 -
CMYK 0.82 0.02 0 0.19
HSL 181.42º 0.7% 0.48% -
HSV(B) 181.42º 0.82% 0.81% -
XYZ 33.02 47.09 65.74 -
YUV 153.12 157.84 45.17 -
System Red Green Blue C M Y K H S L
Decimal 37 202 206 0.82 0.02 0 0.19 181.42 0.7 0.48
Hex 25 CA CE 52 2 0 13 B5 46 30
Octal 45 312 316 122 2 0 23 265 106 60
Binary 100101 11001010 11001110 1010010 10 0 10011 10110101 1000110 110000

Color Harmonies of #25CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CACE

Black with #25CACE

Text Example


Text Example

White with #25CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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