Html Css Color HEX #25DEEA Bright Turquoise

📋 copy color: '#25DEEA'

red 37 ◦ green 222 ◦ blue 234

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

Shades of Bright Turquoise #25DEEA

Tints of Bright Turquoise #25DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

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

R = 7.51%
G = 45.03%
B = 47.46%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#25DEEA (or 0x25DEEA) is known color: Bright Turquoise. HEX triplet: 25, DE and EA. RGB value is (37,222,234). Sum of RGB (Red+Green+Blue) = 37+222+234=493 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.51% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #25DEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DEEA is #DA2115. Grayscale: #A7A7A7. Windows color (decimal): -14295318 or 15392293. OLE color: 15392293.

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

Color convert

RGB 37 222 234 -
CMYK 0.84 0.05 0 0.08
HSL 183.65º 0.82% 0.53% -
HSV(B) 183.65º 0.84% 0.92% -
XYZ 41.74 58.58 86.95 -
YUV 168.05 165.21 34.52 -
System Red Green Blue C M Y K H S L
Decimal 37 222 234 0.84 0.05 0 0.08 183.65 0.82 0.53
Hex 25 DE EA 54 5 0 8 B8 52 35
Octal 45 336 352 124 5 0 10 270 122 65
Binary 100101 11011110 11101010 1010100 101 0 1000 10111000 1010010 110101

Color Harmonies of #25DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DEEA

Black with #25DEEA

Text Example


Text Example

White with #25DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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