Html Css Color HEX #25C8CE Medium Turquoise

📋 copy color: '#25C8CE'

red 37 ◦ green 200 ◦ blue 206

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

Shades of Medium Turquoise #25C8CE

Tints of Medium Turquoise #25C8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.15%

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

R = 8.35%
G = 45.15%
B = 46.5%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#25C8CE (or 0x25C8CE) is known color: Medium Turquoise. HEX triplet: 25, C8 and CE. RGB value is (37,200,206). Sum of RGB (Red+Green+Blue) = 37+200+206=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #25C8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C8CE is #DA3731. Grayscale: #979797. Windows color (decimal): -14300978 or 13551653. OLE color: 13551653.

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

Color convert

RGB 37 200 206 -
CMYK 0.82 0.03 0 0.19
HSL 182.13º 0.7% 0.48% -
HSV(B) 182.13º 0.82% 0.81% -
XYZ 32.56 46.16 65.59 -
YUV 151.95 158.5 46.01 -
System Red Green Blue C M Y K H S L
Decimal 37 200 206 0.82 0.03 0 0.19 182.13 0.7 0.48
Hex 25 C8 CE 52 3 0 13 B6 46 30
Octal 45 310 316 122 3 0 23 266 106 60
Binary 100101 11001000 11001110 1010010 11 0 10011 10110110 1000110 110000

Color Harmonies of #25C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C8CE

Black with #25C8CE

Text Example


Text Example

White with #25C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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