Html Css Color HEX #25F9D3 Bright Turquoise

📋 copy color: '#25F9D3'

red 37 ◦ green 249 ◦ blue 211

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

Shades of Bright Turquoise #25F9D3

Tints of Bright Turquoise #25F9D3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.1%

 BLUE value IS 211 (82.81% from 255) = 42.45%

R = 7.44%
G = 50.1%
B = 42.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#25F9D3 (or 0x25F9D3) is known color: Bright Turquoise. HEX triplet: 25, F9 and D3. RGB value is (37,249,211). Sum of RGB (Red+Green+Blue) = 37+249+211=497 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.44% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #25F9D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F9D3 is #DA062C. Grayscale: #B5B5B5. Windows color (decimal): -14288429 or 13891877. OLE color: 13891877.

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

Color convert

RGB 37 249 211 -
CMYK 0.85 0 0.15 0.02
HSL 169.25º 0.95% 0.56% -
HSV(B) 169.25º 0.85% 0.98% -
XYZ 46.4 72.85 73.24 -
YUV 181.28 144.76 25.09 -
System Red Green Blue C M Y K H S L
Decimal 37 249 211 0.85 0 0.15 0.02 169.25 0.95 0.56
Hex 25 F9 D3 55 0 F 2 A9 5F 38
Octal 45 371 323 125 0 17 2 251 137 70
Binary 100101 11111001 11010011 1010101 0 1111 10 10101001 1011111 111000

Color Harmonies of #25F9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F9D3

Black with #25F9D3

Text Example


Text Example

White with #25F9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,249,211); }

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

background-color css

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

 a { background-color: rgb(37,249,211); }

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

border-color css

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

 span { border-color: rgb(37,249,211); }

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