Html Css Color HEX #38F5BA Turquoise

📋 copy color: '#38F5BA'

red 56 ◦ green 245 ◦ blue 186

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

Shades of Turquoise #38F5BA

Tints of Turquoise #38F5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.31%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 11.5%
G = 50.31%
B = 38.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#38F5BA (or 0x38F5BA) is known color: Turquoise. HEX triplet: 38, F5 and BA. RGB value is (56,245,186). Sum of RGB (Red+Green+Blue) = 56+245+186=487 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.50% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F5BA is #C70A45. Grayscale: #B5B5B5. Windows color (decimal): -13044294 or 12252472. OLE color: 12252472.

HSL color Cylindrical-coordinate representation of color #38F5BA: hue angle of 161.27º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F5BA is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 245 186 -
CMYK 0.77 0 0.24 0.04
HSL 161.27º 0.9% 0.59% -
HSV(B) 161.27º 0.77% 0.96% -
XYZ 43.15 69.69 57.63 -
YUV 181.76 130.38 38.3 -
System Red Green Blue C M Y K H S L
Decimal 56 245 186 0.77 0 0.24 0.04 161.27 0.9 0.59
Hex 38 F5 BA 4D 0 18 4 A1 5A 3B
Octal 70 365 272 115 0 30 4 241 132 73
Binary 111000 11110101 10111010 1001101 0 11000 100 10100001 1011010 111011

Color Harmonies of #38F5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F5BA

Black with #38F5BA

Text Example


Text Example

White with #38F5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,245,186); }

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

background-color css

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

 a { background-color: rgb(56,245,186); }

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

border-color css

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

 span { border-color: rgb(56,245,186); }

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