Html Css Color HEX #25F7CF Turquoise

📋 copy color: '#25F7CF'

red 37 ◦ green 247 ◦ blue 207

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

Shades of Turquoise #25F7CF

Tints of Turquoise #25F7CF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.31%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 7.54%
G = 50.31%
B = 42.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#25F7CF (or 0x25F7CF) is known color: Turquoise. HEX triplet: 25, F7 and CF. RGB value is (37,247,207). Sum of RGB (Red+Green+Blue) = 37+247+207=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F7CF is #DA0830. Grayscale: #B3B3B3. Windows color (decimal): -14288945 or 13629221. OLE color: 13629221.

HSL color Cylindrical-coordinate representation of color #25F7CF: hue angle of 168.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F7CF is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 247 207 -
CMYK 0.85 0 0.16 0.03
HSL 168.57º 0.93% 0.56% -
HSV(B) 168.57º 0.85% 0.97% -
XYZ 45.29 71.42 70.43 -
YUV 179.65 143.43 26.25 -
System Red Green Blue C M Y K H S L
Decimal 37 247 207 0.85 0 0.16 0.03 168.57 0.93 0.56
Hex 25 F7 CF 55 0 10 3 A9 5D 38
Octal 45 367 317 125 0 20 3 251 135 70
Binary 100101 11110111 11001111 1010101 0 10000 11 10101001 1011101 111000

Color Harmonies of #25F7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F7CF

Black with #25F7CF

Text Example


Text Example

White with #25F7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,247,207); }

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

background-color css

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

 a { background-color: rgb(37,247,207); }

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

border-color css

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

 span { border-color: rgb(37,247,207); }

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