Html Css Color HEX #25D8EA Bright Turquoise

📋 copy color: '#25D8EA'

red 37 ◦ green 216 ◦ blue 234

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

Shades of Bright Turquoise #25D8EA

Tints of Bright Turquoise #25D8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 7.6%
G = 44.35%
B = 48.05%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#25D8EA (or 0x25D8EA) is known color: Bright Turquoise. HEX triplet: 25, D8 and EA. RGB value is (37,216,234). Sum of RGB (Red+Green+Blue) = 37+216+234=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #25D8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D8EA is #DA2715. Grayscale: #A4A4A4. Windows color (decimal): -14296854 or 15390757. OLE color: 15390757.

HSL color Cylindrical-coordinate representation of color #25D8EA: hue angle of 185.48º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25D8EA is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 216 234 -
CMYK 0.84 0.08 0 0.08
HSL 185.48º 0.82% 0.53% -
HSV(B) 185.48º 0.84% 0.92% -
XYZ 40.17 55.45 86.43 -
YUV 164.53 167.2 37.04 -
System Red Green Blue C M Y K H S L
Decimal 37 216 234 0.84 0.08 0 0.08 185.48 0.82 0.53
Hex 25 D8 EA 54 8 0 8 B9 52 35
Octal 45 330 352 124 10 0 10 271 122 65
Binary 100101 11011000 11101010 1010100 1000 0 1000 10111001 1010010 110101

Color Harmonies of #25D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D8EA

Black with #25D8EA

Text Example


Text Example

White with #25D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,216,234); }

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

background-color css

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

 a { background-color: rgb(37,216,234); }

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

border-color css

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

 span { border-color: rgb(37,216,234); }

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