Html Css Color HEX #25F4CC Turquoise

📋 copy color: '#25F4CC'

red 37 ◦ green 244 ◦ blue 204

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

Shades of Turquoise #25F4CC

Tints of Turquoise #25F4CC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.31%

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

R = 7.63%
G = 50.31%
B = 42.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#25F4CC (or 0x25F4CC) is known color: Turquoise. HEX triplet: 25, F4 and CC. RGB value is (37,244,204). Sum of RGB (Red+Green+Blue) = 37+244+204=485 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.63% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #25F4CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F4CC is #DA0B33. Grayscale: #B1B1B1. Windows color (decimal): -14289716 or 13431845. OLE color: 13431845.

HSL color Cylindrical-coordinate representation of color #25F4CC: hue angle of 168.41º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F4CC is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 244 204 -
CMYK 0.85 0 0.16 0.04
HSL 168.41º 0.9% 0.55% -
HSV(B) 168.41º 0.85% 0.96% -
XYZ 44.01 69.45 68.21 -
YUV 177.55 142.92 27.75 -
System Red Green Blue C M Y K H S L
Decimal 37 244 204 0.85 0 0.16 0.04 168.41 0.9 0.55
Hex 25 F4 CC 55 0 10 4 A8 5A 37
Octal 45 364 314 125 0 20 4 250 132 67
Binary 100101 11110100 11001100 1010101 0 10000 100 10101000 1011010 110111

Color Harmonies of #25F4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F4CC

Black with #25F4CC

Text Example


Text Example

White with #25F4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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