Html Css Color HEX #25DAFA Bright Turquoise

📋 copy color: '#25DAFA'

red 37 ◦ green 218 ◦ blue 250

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

Shades of Bright Turquoise #25DAFA

Tints of Bright Turquoise #25DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 7.33%
G = 43.17%
B = 49.5%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#25DAFA (or 0x25DAFA) is known color: Bright Turquoise. HEX triplet: 25, DA and FA. RGB value is (37,218,250). Sum of RGB (Red+Green+Blue) = 37+218+250=505 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.33% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #25DAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DAFA is #DA2505. Grayscale: #A7A7A7. Windows color (decimal): -14296326 or 16439845. OLE color: 16439845.

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

Color convert

RGB 37 218 250 -
CMYK 0.85 0.13 0 0.02
HSL 189.01º 0.96% 0.56% -
HSV(B) 189.01º 0.85% 0.98% -
XYZ 43.09 57.44 99.26 -
YUV 167.53 174.53 34.9 -
System Red Green Blue C M Y K H S L
Decimal 37 218 250 0.85 0.13 0 0.02 189.01 0.96 0.56
Hex 25 DA FA 55 D 0 2 BD 60 38
Octal 45 332 372 125 15 0 2 275 140 70
Binary 100101 11011010 11111010 1010101 1101 0 10 10111101 1100000 111000

Color Harmonies of #25DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DAFA

Black with #25DAFA

Text Example


Text Example

White with #25DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,218,250); }

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

background-color css

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

 a { background-color: rgb(37,218,250); }

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

border-color css

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

 span { border-color: rgb(37,218,250); }

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