Html Css Color HEX #25CACF Medium Turquoise

📋 copy color: '#25CACF'

red 37 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #25CACF

Tints of Medium Turquoise #25CACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 8.3%
G = 45.29%
B = 46.41%

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

#25CACF (or 0x25CACF) is known color: Medium Turquoise. HEX triplet: 25, CA and CF. RGB value is (37,202,207). Sum of RGB (Red+Green+Blue) = 37+202+207=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #25CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CACF is #DA3530. Grayscale: #999999. Windows color (decimal): -14300465 or 13617701. OLE color: 13617701.

HSL color Cylindrical-coordinate representation of color #25CACF: hue angle of 181.76º 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 #25CACF is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 202 207 -
CMYK 0.82 0.02 0 0.19
HSL 181.76º 0.7% 0.48% -
HSV(B) 181.76º 0.82% 0.81% -
XYZ 33.15 47.14 66.38 -
YUV 153.24 158.34 45.09 -
System Red Green Blue C M Y K H S L
Decimal 37 202 207 0.82 0.02 0 0.19 181.76 0.7 0.48
Hex 25 CA CF 52 2 0 13 B6 46 30
Octal 45 312 317 122 2 0 23 266 106 60
Binary 100101 11001010 11001111 1010010 10 0 10011 10110110 1000110 110000

Color Harmonies of #25CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CACF

Black with #25CACF

Text Example


Text Example

White with #25CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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