Html Css Color HEX #25CECB Turquoise

📋 copy color: '#25CECB'

red 37 ◦ green 206 ◦ blue 203

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

Shades of Turquoise #25CECB

Tints of Turquoise #25CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 8.3%
G = 46.19%
B = 45.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#25CECB (or 0x25CECB) is known color: Turquoise. HEX triplet: 25, CE and CB. RGB value is (37,206,203). Sum of RGB (Red+Green+Blue) = 37+206+203=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #25CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CECB is #DA3134. Grayscale: #9A9A9A. Windows color (decimal): -14299445 or 13356581. OLE color: 13356581.

HSL color Cylindrical-coordinate representation of color #25CECB: hue angle of 178.93º 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 #25CECB is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 206 203 -
CMYK 0.82 0 0.01 0.19
HSL 178.93º 0.7% 0.48% -
HSV(B) 178.93º 0.82% 0.81% -
XYZ 33.61 48.85 64.16 -
YUV 155.13 155.01 43.74 -
System Red Green Blue C M Y K H S L
Decimal 37 206 203 0.82 0 0.01 0.19 178.93 0.7 0.48
Hex 25 CE CB 52 0 1 13 B3 46 30
Octal 45 316 313 122 0 1 23 263 106 60
Binary 100101 11001110 11001011 1010010 0 1 10011 10110011 1000110 110000

Color Harmonies of #25CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CECB

Black with #25CECB

Text Example


Text Example

White with #25CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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