Html Css Color HEX #25FFCC Turquoise

📋 copy color: '#25FFCC'

red 37 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #25FFCC

Tints of Turquoise #25FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 51.41%

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

R = 7.46%
G = 51.41%
B = 41.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#25FFCC (or 0x25FFCC) is known color: Turquoise. HEX triplet: 25, FF and CC. RGB value is (37,255,204). Sum of RGB (Red+Green+Blue) = 37+255+204=496 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.46% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFCC is #DA0033. Grayscale: #B7B7B7. Windows color (decimal): -14286900 or 13434661. OLE color: 13434661.

HSL color Cylindrical-coordinate representation of color #25FFCC: hue angle of 165.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFCC is Cyan = 0.85, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 37 255 204 -
CMYK 0.85 0 0.2 0
HSL 165.96º 1% 0.57% -
HSV(B) 165.96º 0.85% 1% -
XYZ 47.42 76.27 69.35 -
YUV 184 139.28 23.15 -
System Red Green Blue C M Y K H S L
Decimal 37 255 204 0.85 0 0.2 0 165.96 1 0.57
Hex 25 FF CC 55 0 14 0 A6 64 39
Octal 45 377 314 125 0 24 0 246 144 71
Binary 100101 11111111 11001100 1010101 0 10100 0 10100110 1100100 111001

Color Harmonies of #25FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FFCC

Black with #25FFCC

Text Example


Text Example

White with #25FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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