Html Css Color HEX #25DAF2 Bright Turquoise

📋 copy color: '#25DAF2'

red 37 ◦ green 218 ◦ blue 242

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

Shades of Bright Turquoise #25DAF2

Tints of Bright Turquoise #25DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 7.44%
G = 43.86%
B = 48.69%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25DAF2 (or 0x25DAF2) is known color: Bright Turquoise. HEX triplet: 25, DA and F2. RGB value is (37,218,242). Sum of RGB (Red+Green+Blue) = 37+218+242=497 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.44% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #25DAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DAF2 is #DA250D. Grayscale: #A6A6A6. Windows color (decimal): -14296334 or 15915557. OLE color: 15915557.

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

Color convert

RGB 37 218 242 -
CMYK 0.85 0.10 0 0.05
HSL 187.02º 0.89% 0.55% -
HSV(B) 187.02º 0.85% 0.95% -
XYZ 41.86 56.95 92.79 -
YUV 166.62 170.53 35.55 -
System Red Green Blue C M Y K H S L
Decimal 37 218 242 0.85 0.10 0 0.05 187.02 0.89 0.55
Hex 25 DA F2 55 A 0 5 BB 59 37
Octal 45 332 362 125 12 0 5 273 131 67
Binary 100101 11011010 11110010 1010101 1010 0 101 10111011 1011001 110111

Color Harmonies of #25DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DAF2

Black with #25DAF2

Text Example


Text Example

White with #25DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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