Html Css Color HEX #25EEF3 Bright Turquoise

📋 copy color: '#25EEF3'

red 37 ◦ green 238 ◦ blue 243

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

Shades of Bright Turquoise #25EEF3

Tints of Bright Turquoise #25EEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.91%

R = 7.14%
G = 45.95%
B = 46.91%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25EEF3 (or 0x25EEF3) is known color: Bright Turquoise. HEX triplet: 25, EE and F3. RGB value is (37,238,243). Sum of RGB (Red+Green+Blue) = 37+238+243=518 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.14% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #25EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EEF3 is #DA110C. Grayscale: #B2B2B2. Windows color (decimal): -14291213 or 15986213. OLE color: 15986213.

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

Color convert

RGB 37 238 243 -
CMYK 0.85 0.02 0 0.05
HSL 181.46º 0.9% 0.55% -
HSV(B) 181.46º 0.85% 0.95% -
XYZ 47.52 68.01 95.42 -
YUV 178.47 164.41 27.09 -
System Red Green Blue C M Y K H S L
Decimal 37 238 243 0.85 0.02 0 0.05 181.46 0.9 0.55
Hex 25 EE F3 55 2 0 5 B5 5A 37
Octal 45 356 363 125 2 0 5 265 132 67
Binary 100101 11101110 11110011 1010101 10 0 101 10110101 1011010 110111

Color Harmonies of #25EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EEF3

Black with #25EEF3

Text Example


Text Example

White with #25EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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