Html Css Color HEX #25EBF2 Bright Turquoise

📋 copy color: '#25EBF2'

red 37 ◦ green 235 ◦ blue 242

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

Shades of Bright Turquoise #25EBF2

Tints of Bright Turquoise #25EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.72%

 BLUE value IS 242 (94.92% from 255) = 47.08%

R = 7.2%
G = 45.72%
B = 47.08%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25EBF2 (or 0x25EBF2) is known color: Bright Turquoise. HEX triplet: 25, EB and F2. RGB value is (37,235,242). Sum of RGB (Red+Green+Blue) = 37+235+242=514 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.20% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #25EBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EBF2 is #DA140D. Grayscale: #B0B0B0. Windows color (decimal): -14291982 or 15919909. OLE color: 15919909.

HSL color Cylindrical-coordinate representation of color #25EBF2: hue angle of 182.05º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EBF2 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 235 242 -
CMYK 0.85 0.03 0 0.05
HSL 182.05º 0.89% 0.55% -
HSV(B) 182.05º 0.85% 0.95% -
XYZ 46.5 66.22 94.34 -
YUV 176.6 164.9 28.43 -
System Red Green Blue C M Y K H S L
Decimal 37 235 242 0.85 0.03 0 0.05 182.05 0.89 0.55
Hex 25 EB F2 55 3 0 5 B6 59 37
Octal 45 353 362 125 3 0 5 266 131 67
Binary 100101 11101011 11110010 1010101 11 0 101 10110110 1011001 110111

Color Harmonies of #25EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EBF2

Black with #25EBF2

Text Example


Text Example

White with #25EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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