Html Css Color HEX #25EEF6 Bright Turquoise

📋 copy color: '#25EEF6'

red 37 ◦ green 238 ◦ blue 246

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

Shades of Bright Turquoise #25EEF6

Tints of Bright Turquoise #25EEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.68%

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 7.1%
G = 45.68%
B = 47.22%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#25EEF6 (or 0x25EEF6) is known color: Bright Turquoise. HEX triplet: 25, EE and F6. RGB value is (37,238,246). Sum of RGB (Red+Green+Blue) = 37+238+246=521 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.10% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #25EEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EEF6 is #DA1109. Grayscale: #B2B2B2. Windows color (decimal): -14291210 or 16182821. OLE color: 16182821.

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

Color convert

RGB 37 238 246 -
CMYK 0.85 0.03 0 0.04
HSL 182.3º 0.92% 0.55% -
HSV(B) 182.3º 0.85% 0.96% -
XYZ 47.97 68.2 97.82 -
YUV 178.81 165.91 26.85 -
System Red Green Blue C M Y K H S L
Decimal 37 238 246 0.85 0.03 0 0.04 182.3 0.92 0.55
Hex 25 EE F6 55 3 0 4 B6 5C 37
Octal 45 356 366 125 3 0 4 266 134 67
Binary 100101 11101110 11110110 1010101 11 0 100 10110110 1011100 110111

Color Harmonies of #25EEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EEF6

Black with #25EEF6

Text Example


Text Example

White with #25EEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,238,246); }

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

background-color css

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

 a { background-color: rgb(37,238,246); }

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

border-color css

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

 span { border-color: rgb(37,238,246); }

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