Html Css Color HEX #25E2CC Turquoise

📋 copy color: '#25E2CC'

red 37 ◦ green 226 ◦ blue 204

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

Shades of Turquoise #25E2CC

Tints of Turquoise #25E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.39%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 7.92%
G = 48.39%
B = 43.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#25E2CC (or 0x25E2CC) is known color: Turquoise. HEX triplet: 25, E2 and CC. RGB value is (37,226,204). Sum of RGB (Red+Green+Blue) = 37+226+204=467 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.92% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #25E2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E2CC is #DA1D33. Grayscale: #A6A6A6. Windows color (decimal): -14294324 or 13427237. OLE color: 13427237.

HSL color Cylindrical-coordinate representation of color #25E2CC: hue angle of 173.02º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E2CC is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 226 204 -
CMYK 0.84 0 0.10 0.11
HSL 173.02º 0.77% 0.52% -
HSV(B) 173.02º 0.84% 0.89% -
XYZ 38.86 59.15 66.49 -
YUV 166.98 148.88 35.29 -
System Red Green Blue C M Y K H S L
Decimal 37 226 204 0.84 0 0.10 0.11 173.02 0.77 0.52
Hex 25 E2 CC 54 0 A B AD 4D 34
Octal 45 342 314 124 0 12 13 255 115 64
Binary 100101 11100010 11001100 1010100 0 1010 1011 10101101 1001101 110100

Color Harmonies of #25E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E2CC

Black with #25E2CC

Text Example


Text Example

White with #25E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,226,204); }

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

background-color css

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

 a { background-color: rgb(37,226,204); }

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

border-color css

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

 span { border-color: rgb(37,226,204); }

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