Html Css Color HEX #25E4CC Turquoise

📋 copy color: '#25E4CC'

red 37 ◦ green 228 ◦ blue 204

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

Shades of Turquoise #25E4CC

Tints of Turquoise #25E4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.61%

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

R = 7.89%
G = 48.61%
B = 43.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#25E4CC (or 0x25E4CC) is known color: Turquoise. HEX triplet: 25, E4 and CC. RGB value is (37,228,204). Sum of RGB (Red+Green+Blue) = 37+228+204=469 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.89% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #25E4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E4CC is #DA1B33. Grayscale: #A8A8A8. Windows color (decimal): -14293812 or 13427749. OLE color: 13427749.

HSL color Cylindrical-coordinate representation of color #25E4CC: hue angle of 172.46º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E4CC is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 228 204 -
CMYK 0.84 0 0.11 0.11
HSL 172.46º 0.78% 0.52% -
HSV(B) 172.46º 0.84% 0.89% -
XYZ 39.41 60.24 66.68 -
YUV 168.16 148.22 34.45 -
System Red Green Blue C M Y K H S L
Decimal 37 228 204 0.84 0 0.11 0.11 172.46 0.78 0.52
Hex 25 E4 CC 54 0 B B AC 4E 34
Octal 45 344 314 124 0 13 13 254 116 64
Binary 100101 11100100 11001100 1010100 0 1011 1011 10101100 1001110 110100

Color Harmonies of #25E4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E4CC

Black with #25E4CC

Text Example


Text Example

White with #25E4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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