Html Css Color HEX #25CCCF Turquoise

📋 copy color: '#25CCCF'

red 37 ◦ green 204 ◦ blue 207

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

Shades of Turquoise #25CCCF

Tints of Turquoise #25CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 8.26%
G = 45.54%
B = 46.21%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#25CCCF (or 0x25CCCF) is known color: Turquoise. HEX triplet: 25, CC and CF. RGB value is (37,204,207). Sum of RGB (Red+Green+Blue) = 37+204+207=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #25CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCCF is #DA3330. Grayscale: #9A9A9A. Windows color (decimal): -14299953 or 13618213. OLE color: 13618213.

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

Color convert

RGB 37 204 207 -
CMYK 0.82 0.01 0 0.19
HSL 181.06º 0.7% 0.48% -
HSV(B) 181.06º 0.82% 0.81% -
XYZ 33.62 48.08 66.54 -
YUV 154.41 157.67 44.26 -
System Red Green Blue C M Y K H S L
Decimal 37 204 207 0.82 0.01 0 0.19 181.06 0.7 0.48
Hex 25 CC CF 52 1 0 13 B5 46 30
Octal 45 314 317 122 1 0 23 265 106 60
Binary 100101 11001100 11001111 1010010 1 0 10011 10110101 1000110 110000

Color Harmonies of #25CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CCCF

Black with #25CCCF

Text Example


Text Example

White with #25CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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