Html Css Color HEX #25F5CC Turquoise

📋 copy color: '#25F5CC'

red 37 ◦ green 245 ◦ blue 204

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

Shades of Turquoise #25F5CC

Tints of Turquoise #25F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.41%

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

R = 7.61%
G = 50.41%
B = 41.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#25F5CC (or 0x25F5CC) is known color: Turquoise. HEX triplet: 25, F5 and CC. RGB value is (37,245,204). Sum of RGB (Red+Green+Blue) = 37+245+204=486 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.61% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #25F5CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F5CC is #DA0A33. Grayscale: #B2B2B2. Windows color (decimal): -14289460 or 13432101. OLE color: 13432101.

HSL color Cylindrical-coordinate representation of color #25F5CC: hue angle of 168.17º degrees, saturation: 0.91, 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 #25F5CC is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 245 204 -
CMYK 0.85 0 0.17 0.04
HSL 168.17º 0.91% 0.55% -
HSV(B) 168.17º 0.85% 0.96% -
XYZ 44.31 70.06 68.31 -
YUV 178.13 142.59 27.33 -
System Red Green Blue C M Y K H S L
Decimal 37 245 204 0.85 0 0.17 0.04 168.17 0.91 0.55
Hex 25 F5 CC 55 0 11 4 A8 5B 37
Octal 45 365 314 125 0 21 4 250 133 67
Binary 100101 11110101 11001100 1010101 0 10001 100 10101000 1011011 110111

Color Harmonies of #25F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F5CC

Black with #25F5CC

Text Example


Text Example

White with #25F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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