Html Css Color HEX #25F1CE Turquoise

📋 copy color: '#25F1CE'

red 37 ◦ green 241 ◦ blue 206

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

Shades of Turquoise #25F1CE

Tints of Turquoise #25F1CE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.79%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 7.64%
G = 49.79%
B = 42.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#25F1CE (or 0x25F1CE) is known color: Turquoise. HEX triplet: 25, F1 and CE. RGB value is (37,241,206). Sum of RGB (Red+Green+Blue) = 37+241+206=484 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.64% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1CE is #DA0E31. Grayscale: #AFAFAF. Windows color (decimal): -14290482 or 13562149. OLE color: 13562149.

HSL color Cylindrical-coordinate representation of color #25F1CE: hue angle of 169.71º degrees, saturation: 0.88, 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 #25F1CE is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 241 206 -
CMYK 0.85 0 0.15 0.05
HSL 169.71º 0.88% 0.55% -
HSV(B) 169.71º 0.85% 0.95% -
XYZ 43.36 67.76 69.19 -
YUV 176.01 144.91 28.85 -
System Red Green Blue C M Y K H S L
Decimal 37 241 206 0.85 0 0.15 0.05 169.71 0.88 0.55
Hex 25 F1 CE 55 0 F 5 AA 58 37
Octal 45 361 316 125 0 17 5 252 130 67
Binary 100101 11110001 11001110 1010101 0 1111 101 10101010 1011000 110111

Color Harmonies of #25F1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F1CE

Black with #25F1CE

Text Example


Text Example

White with #25F1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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