Html Css Color HEX #25FCEB Bright Turquoise

📋 copy color: '#25FCEB'

red 37 ◦ green 252 ◦ blue 235

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

Shades of Bright Turquoise #25FCEB

Tints of Bright Turquoise #25FCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 7.06%
G = 48.09%
B = 44.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#25FCEB (or 0x25FCEB) is known color: Bright Turquoise. HEX triplet: 25, FC and EB. RGB value is (37,252,235). Sum of RGB (Red+Green+Blue) = 37+252+235=524 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.06% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FCEB is #DA0314. Grayscale: #B9B9B9. Windows color (decimal): -14287637 or 15465509. OLE color: 15465509.

HSL color Cylindrical-coordinate representation of color #25FCEB: hue angle of 175.26º 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 #25FCEB is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 252 235 -
CMYK 0.85 0 0.07 0.01
HSL 175.26º 0.97% 0.57% -
HSV(B) 175.26º 0.85% 0.99% -
XYZ 50.57 76.01 90.6 -
YUV 185.78 155.77 21.88 -
System Red Green Blue C M Y K H S L
Decimal 37 252 235 0.85 0 0.07 0.01 175.26 0.97 0.57
Hex 25 FC EB 55 0 7 1 AF 61 39
Octal 45 374 353 125 0 7 1 257 141 71
Binary 100101 11111100 11101011 1010101 0 111 1 10101111 1100001 111001

Color Harmonies of #25FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FCEB

Black with #25FCEB

Text Example


Text Example

White with #25FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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