Html Css Color HEX #38FEAD Turquoise

📋 copy color: '#38FEAD'

red 56 ◦ green 254 ◦ blue 173

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

Shades of Turquoise #38FEAD

Tints of Turquoise #38FEAD

RGB

 RED value IS 56 (22.27% from 255) = 11.59%

 GREEN value IS 254 (99.61% from 255) = 52.59%

 BLUE value IS 173 (67.97% from 255) = 35.82%

R = 11.59%
G = 52.59%
B = 35.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#38FEAD (or 0x38FEAD) is known color: Turquoise. HEX triplet: 38, FE and AD. RGB value is (56,254,173). Sum of RGB (Red+Green+Blue) = 56+254+173=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FEAD is #C70152. Grayscale: #B9B9B9. Windows color (decimal): -13042003 or 11402808. OLE color: 11402808.

HSL color Cylindrical-coordinate representation of color #38FEAD: hue angle of 155.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FEAD is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 254 173 -
CMYK 0.78 0 0.32 0.00
HSL 155.45º 0.99% 0.61% -
HSV(B) 155.45º 0.78% 1% -
XYZ 44.62 74.74 51.61 -
YUV 185.56 120.9 35.59 -
System Red Green Blue C M Y K H S L
Decimal 56 254 173 0.78 0 0.32 0.00 155.45 0.99 0.61
Hex 38 FE AD 4E 0 20 0 9B 63 3D
Octal 70 376 255 116 0 40 0 233 143 75
Binary 111000 11111110 10101101 1001110 0 100000 0 10011011 1100011 111101

Color Harmonies of #38FEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FEAD

Black with #38FEAD

Text Example


Text Example

White with #38FEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FEAD; }

 p { color: rgb(56,254,173); }

 H1.HeaderClassName
 {
   color: #38FEAD;
 }
 .AnyTagClassName
 {
   color: #38FEAD;
 }
</style>

background-color css

<style>
 a { background-color: #38FEAD; }

 a { background-color: rgb(56,254,173); }

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

border-color css

<style>
 span { border-color: #38FEAD; }

 span { border-color: rgb(56,254,173); }

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