Html Css Color HEX #25EFF2 Bright Turquoise

📋 copy color: '#25EFF2'

red 37 ◦ green 239 ◦ blue 242

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

Shades of Bright Turquoise #25EFF2

Tints of Bright Turquoise #25EFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

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

R = 7.14%
G = 46.14%
B = 46.72%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25EFF2 (or 0x25EFF2) is known color: Bright Turquoise. HEX triplet: 25, EF and F2. RGB value is (37,239,242). Sum of RGB (Red+Green+Blue) = 37+239+242=518 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.14% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #25EFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EFF2 is #DA100D. Grayscale: #B2B2B2. Windows color (decimal): -14290958 or 15920933. OLE color: 15920933.

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

Color convert

RGB 37 239 242 -
CMYK 0.85 0.01 0 0.05
HSL 180.88º 0.89% 0.55% -
HSV(B) 180.88º 0.85% 0.95% -
XYZ 47.66 68.54 94.72 -
YUV 178.94 163.58 26.76 -
System Red Green Blue C M Y K H S L
Decimal 37 239 242 0.85 0.01 0 0.05 180.88 0.89 0.55
Hex 25 EF F2 55 1 0 5 B5 59 37
Octal 45 357 362 125 1 0 5 265 131 67
Binary 100101 11101111 11110010 1010101 1 0 101 10110101 1011001 110111

Color Harmonies of #25EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFF2

Black with #25EFF2

Text Example


Text Example

White with #25EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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