Html Css Color HEX #25EECA Turquoise

📋 copy color: '#25EECA'

red 37 ◦ green 238 ◦ blue 202

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

Shades of Turquoise #25EECA

Tints of Turquoise #25EECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 7.76%
G = 49.9%
B = 42.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#25EECA (or 0x25EECA) is known color: Turquoise. HEX triplet: 25, EE and CA. RGB value is (37,238,202). Sum of RGB (Red+Green+Blue) = 37+238+202=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #25EECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EECA is #DA1135. Grayscale: #ADADAD. Windows color (decimal): -14291254 or 13299237. OLE color: 13299237.

HSL color Cylindrical-coordinate representation of color #25EECA: hue angle of 169.25º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EECA is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 238 202 -
CMYK 0.84 0 0.15 0.07
HSL 169.25º 0.86% 0.54% -
HSV(B) 169.25º 0.84% 0.93% -
XYZ 42 65.81 66.37 -
YUV 173.8 143.91 30.43 -
System Red Green Blue C M Y K H S L
Decimal 37 238 202 0.84 0 0.15 0.07 169.25 0.86 0.54
Hex 25 EE CA 54 0 F 7 A9 56 36
Octal 45 356 312 124 0 17 7 251 126 66
Binary 100101 11101110 11001010 1010100 0 1111 111 10101001 1010110 110110

Color Harmonies of #25EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EECA

Black with #25EECA

Text Example


Text Example

White with #25EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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