Html Css Color HEX #25CEC2 Turquoise

📋 copy color: '#25CEC2'

red 37 ◦ green 206 ◦ blue 194

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

Shades of Turquoise #25CEC2

Tints of Turquoise #25CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.14%

 BLUE value IS 194 (76.17% from 255) = 44.39%

R = 8.47%
G = 47.14%
B = 44.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#25CEC2 (or 0x25CEC2) is known color: Turquoise. HEX triplet: 25, CE and C2. RGB value is (37,206,194). Sum of RGB (Red+Green+Blue) = 37+206+194=437 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.47% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #25CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CEC2 is #DA313D. Grayscale: #999999. Windows color (decimal): -14299454 or 12766757. OLE color: 12766757.

HSL color Cylindrical-coordinate representation of color #25CEC2: hue angle of 175.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CEC2 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 206 194 -
CMYK 0.82 0 0.06 0.19
HSL 175.74º 0.7% 0.48% -
HSV(B) 175.74º 0.82% 0.81% -
XYZ 32.57 48.43 58.67 -
YUV 154.1 150.51 44.48 -
System Red Green Blue C M Y K H S L
Decimal 37 206 194 0.82 0 0.06 0.19 175.74 0.7 0.48
Hex 25 CE C2 52 0 6 13 B0 46 30
Octal 45 316 302 122 0 6 23 260 106 60
Binary 100101 11001110 11000010 1010010 0 110 10011 10110000 1000110 110000

Color Harmonies of #25CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CEC2

Black with #25CEC2

Text Example


Text Example

White with #25CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,206,194); }

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

background-color css

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

 a { background-color: rgb(37,206,194); }

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

border-color css

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

 span { border-color: rgb(37,206,194); }

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