Html Css Color HEX #25FFD3 Bright Turquoise

📋 copy color: '#25FFD3'

red 37 ◦ green 255 ◦ blue 211

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

Shades of Bright Turquoise #25FFD3

Tints of Bright Turquoise #25FFD3

RGB

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

 GREEN value IS 255 (100% from 255) = 50.7%

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

R = 7.36%
G = 50.7%
B = 41.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#25FFD3 (or 0x25FFD3) is known color: Bright Turquoise. HEX triplet: 25, FF and D3. RGB value is (37,255,211). Sum of RGB (Red+Green+Blue) = 37+255+211=503 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.36% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFD3 is #DA002C. Grayscale: #B8B8B8. Windows color (decimal): -14286893 or 13893413. OLE color: 13893413.

HSL color Cylindrical-coordinate representation of color #25FFD3: hue angle of 167.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFD3 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 37 255 211 -
CMYK 0.85 0 0.17 0
HSL 167.89º 1% 0.57% -
HSV(B) 167.89º 0.85% 1% -
XYZ 48.28 76.62 73.87 -
YUV 184.8 142.78 22.58 -
System Red Green Blue C M Y K H S L
Decimal 37 255 211 0.85 0 0.17 0 167.89 1 0.57
Hex 25 FF D3 55 0 11 0 A8 64 39
Octal 45 377 323 125 0 21 0 250 144 71
Binary 100101 11111111 11010011 1010101 0 10001 0 10101000 1100100 111001

Color Harmonies of #25FFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FFD3

Black with #25FFD3

Text Example


Text Example

White with #25FFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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