Html Css Color HEX #25DAE6 Bright Turquoise

📋 copy color: '#25DAE6'

red 37 ◦ green 218 ◦ blue 230

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

Shades of Bright Turquoise #25DAE6

Tints of Bright Turquoise #25DAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 7.63%
G = 44.95%
B = 47.42%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#25DAE6 (or 0x25DAE6) is known color: Bright Turquoise. HEX triplet: 25, DA and E6. RGB value is (37,218,230). Sum of RGB (Red+Green+Blue) = 37+218+230=485 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.63% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #25DAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DAE6 is #DA2519. Grayscale: #A5A5A5. Windows color (decimal): -14296346 or 15129125. OLE color: 15129125.

HSL color Cylindrical-coordinate representation of color #25DAE6: hue angle of 183.73º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DAE6 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 218 230 -
CMYK 0.84 0.05 0 0.10
HSL 183.73º 0.79% 0.52% -
HSV(B) 183.73º 0.84% 0.9% -
XYZ 40.12 56.25 83.61 -
YUV 165.25 164.53 36.52 -
System Red Green Blue C M Y K H S L
Decimal 37 218 230 0.84 0.05 0 0.10 183.73 0.79 0.52
Hex 25 DA E6 54 5 0 A B8 4F 34
Octal 45 332 346 124 5 0 12 270 117 64
Binary 100101 11011010 11100110 1010100 101 0 1010 10111000 1001111 110100

Color Harmonies of #25DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DAE6

Black with #25DAE6

Text Example


Text Example

White with #25DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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