Html Css Color HEX #25FCE6 Bright Turquoise

📋 copy color: '#25FCE6'

red 37 ◦ green 252 ◦ blue 230

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

Shades of Bright Turquoise #25FCE6

Tints of Bright Turquoise #25FCE6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.55%

 BLUE value IS 230 (90.23% from 255) = 44.32%

R = 7.13%
G = 48.55%
B = 44.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#25FCE6 (or 0x25FCE6) is known color: Bright Turquoise. HEX triplet: 25, FC and E6. RGB value is (37,252,230). Sum of RGB (Red+Green+Blue) = 37+252+230=519 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.13% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FCE6 is #DA0319. Grayscale: #B9B9B9. Windows color (decimal): -14287642 or 15137829. OLE color: 15137829.

HSL color Cylindrical-coordinate representation of color #25FCE6: hue angle of 173.86º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FCE6 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 252 230 -
CMYK 0.85 0 0.09 0.01
HSL 173.86º 0.97% 0.57% -
HSV(B) 173.86º 0.85% 0.99% -
XYZ 49.86 75.73 86.85 -
YUV 185.21 153.27 22.29 -
System Red Green Blue C M Y K H S L
Decimal 37 252 230 0.85 0 0.09 0.01 173.86 0.97 0.57
Hex 25 FC E6 55 0 9 1 AE 61 39
Octal 45 374 346 125 0 11 1 256 141 71
Binary 100101 11111100 11100110 1010101 0 1001 1 10101110 1100001 111001

Color Harmonies of #25FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FCE6

Black with #25FCE6

Text Example


Text Example

White with #25FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,252,230); }

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

background-color css

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

 a { background-color: rgb(37,252,230); }

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

border-color css

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

 span { border-color: rgb(37,252,230); }

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