Html Css Color HEX #25C8CC Medium Turquoise

📋 copy color: '#25C8CC'

red 37 ◦ green 200 ◦ blue 204

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

Shades of Medium Turquoise #25C8CC

Tints of Medium Turquoise #25C8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 8.39%
G = 45.35%
B = 46.26%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#25C8CC (or 0x25C8CC) is known color: Medium Turquoise. HEX triplet: 25, C8 and CC. RGB value is (37,200,204). Sum of RGB (Red+Green+Blue) = 37+200+204=441 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.39% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #25C8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C8CC is #DA3733. Grayscale: #979797. Windows color (decimal): -14300980 or 13420581. OLE color: 13420581.

HSL color Cylindrical-coordinate representation of color #25C8CC: hue angle of 181.44º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C8CC is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 200 204 -
CMYK 0.82 0.02 0 0.2
HSL 181.44º 0.69% 0.47% -
HSV(B) 181.44º 0.82% 0.8% -
XYZ 32.32 46.06 64.31 -
YUV 151.72 157.5 46.17 -
System Red Green Blue C M Y K H S L
Decimal 37 200 204 0.82 0.02 0 0.2 181.44 0.69 0.47
Hex 25 C8 CC 52 2 0 14 B5 45 2F
Octal 45 310 314 122 2 0 24 265 105 57
Binary 100101 11001000 11001100 1010010 10 0 10100 10110101 1000101 101111

Color Harmonies of #25C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C8CC

Black with #25C8CC

Text Example


Text Example

White with #25C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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