Html Css Color HEX #25F3CC Turquoise

📋 copy color: '#25F3CC'

red 37 ◦ green 243 ◦ blue 204

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

Shades of Turquoise #25F3CC

Tints of Turquoise #25F3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

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

R = 7.64%
G = 50.21%
B = 42.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#25F3CC (or 0x25F3CC) is known color: Turquoise. HEX triplet: 25, F3 and CC. RGB value is (37,243,204). Sum of RGB (Red+Green+Blue) = 37+243+204=484 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.64% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #25F3CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F3CC is #DA0C33. Grayscale: #B0B0B0. Windows color (decimal): -14289972 or 13431589. OLE color: 13431589.

HSL color Cylindrical-coordinate representation of color #25F3CC: hue angle of 168.64º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F3CC is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 243 204 -
CMYK 0.85 0 0.16 0.05
HSL 168.64º 0.9% 0.55% -
HSV(B) 168.64º 0.85% 0.95% -
XYZ 43.71 68.85 68.11 -
YUV 176.96 143.25 28.17 -
System Red Green Blue C M Y K H S L
Decimal 37 243 204 0.85 0 0.16 0.05 168.64 0.9 0.55
Hex 25 F3 CC 55 0 10 5 A9 5A 37
Octal 45 363 314 125 0 20 5 251 132 67
Binary 100101 11110011 11001100 1010101 0 10000 101 10101001 1011010 110111

Color Harmonies of #25F3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F3CC

Black with #25F3CC

Text Example


Text Example

White with #25F3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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