Html Css Color HEX #25FBCC Turquoise

📋 copy color: '#25FBCC'

red 37 ◦ green 251 ◦ blue 204

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

Shades of Turquoise #25FBCC

Tints of Turquoise #25FBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.02%

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

R = 7.52%
G = 51.02%
B = 41.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#25FBCC (or 0x25FBCC) is known color: Turquoise. HEX triplet: 25, FB and CC. RGB value is (37,251,204). Sum of RGB (Red+Green+Blue) = 37+251+204=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #25FBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FBCC is #DA0433. Grayscale: #B5B5B5. Windows color (decimal): -14287924 or 13433637. OLE color: 13433637.

HSL color Cylindrical-coordinate representation of color #25FBCC: hue angle of 166.82º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FBCC is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 251 204 -
CMYK 0.85 0 0.19 0.02
HSL 166.82º 0.96% 0.56% -
HSV(B) 166.82º 0.85% 0.98% -
XYZ 46.16 73.75 68.93 -
YUV 181.66 140.6 24.82 -
System Red Green Blue C M Y K H S L
Decimal 37 251 204 0.85 0 0.19 0.02 166.82 0.96 0.56
Hex 25 FB CC 55 0 13 2 A7 60 38
Octal 45 373 314 125 0 23 2 247 140 70
Binary 100101 11111011 11001100 1010101 0 10011 10 10100111 1100000 111000

Color Harmonies of #25FBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FBCC

Black with #25FBCC

Text Example


Text Example

White with #25FBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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