Html Css Color HEX #25ECCF Turquoise

📋 copy color: '#25ECCF'

red 37 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #25ECCF

Tints of Turquoise #25ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.17%

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

R = 7.71%
G = 49.17%
B = 43.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#25ECCF (or 0x25ECCF) is known color: Turquoise. HEX triplet: 25, EC and CF. RGB value is (37,236,207). Sum of RGB (Red+Green+Blue) = 37+236+207=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECCF is #DA1330. Grayscale: #ADADAD. Windows color (decimal): -14291761 or 13626405. OLE color: 13626405.

HSL color Cylindrical-coordinate representation of color #25ECCF: hue angle of 171.26º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25ECCF is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 236 207 -
CMYK 0.84 0 0.12 0.07
HSL 171.26º 0.84% 0.54% -
HSV(B) 171.26º 0.84% 0.93% -
XYZ 42.02 64.89 69.34 -
YUV 173.19 147.07 30.86 -
System Red Green Blue C M Y K H S L
Decimal 37 236 207 0.84 0 0.12 0.07 171.26 0.84 0.54
Hex 25 EC CF 54 0 C 7 AB 54 36
Octal 45 354 317 124 0 14 7 253 124 66
Binary 100101 11101100 11001111 1010100 0 1100 111 10101011 1010100 110110

Color Harmonies of #25ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECCF

Black with #25ECCF

Text Example


Text Example

White with #25ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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