Html Css Color HEX #25F0CC Turquoise

📋 copy color: '#25F0CC'

red 37 ◦ green 240 ◦ blue 204

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

Shades of Turquoise #25F0CC

Tints of Turquoise #25F0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.9%

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

R = 7.69%
G = 49.9%
B = 42.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#25F0CC (or 0x25F0CC) is known color: Turquoise. HEX triplet: 25, F0 and CC. RGB value is (37,240,204). Sum of RGB (Red+Green+Blue) = 37+240+204=481 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.69% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #25F0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F0CC is #DA0F33. Grayscale: #AFAFAF. Windows color (decimal): -14290740 or 13430821. OLE color: 13430821.

HSL color Cylindrical-coordinate representation of color #25F0CC: hue angle of 169.36º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F0CC is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 240 204 -
CMYK 0.85 0 0.15 0.06
HSL 169.36º 0.87% 0.54% -
HSV(B) 169.36º 0.85% 0.94% -
XYZ 42.82 67.07 67.82 -
YUV 175.2 144.25 29.43 -
System Red Green Blue C M Y K H S L
Decimal 37 240 204 0.85 0 0.15 0.06 169.36 0.87 0.54
Hex 25 F0 CC 55 0 F 6 A9 57 36
Octal 45 360 314 125 0 17 6 251 127 66
Binary 100101 11110000 11001100 1010101 0 1111 110 10101001 1010111 110110

Color Harmonies of #25F0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F0CC

Black with #25F0CC

Text Example


Text Example

White with #25F0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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