Html Css Color HEX #38EEBA Turquoise

📋 copy color: '#38EEBA'

red 56 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #38EEBA

Tints of Turquoise #38EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.58%

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

R = 11.67%
G = 49.58%
B = 38.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#38EEBA (or 0x38EEBA) is known color: Turquoise. HEX triplet: 38, EE and BA. RGB value is (56,238,186). Sum of RGB (Red+Green+Blue) = 56+238+186=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 238 (93.36% from 255 or 49.58% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEBA is #C71145. Grayscale: #B1B1B1. Windows color (decimal): -13046086 or 12250680. OLE color: 12250680.

HSL color Cylindrical-coordinate representation of color #38EEBA: hue angle of 162.86º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEBA is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 186 -
CMYK 0.76 0 0.22 0.07
HSL 162.86º 0.84% 0.58% -
HSV(B) 162.86º 0.76% 0.93% -
XYZ 41.07 65.54 56.94 -
YUV 177.65 132.7 41.23 -
System Red Green Blue C M Y K H S L
Decimal 56 238 186 0.76 0 0.22 0.07 162.86 0.84 0.58
Hex 38 EE BA 4C 0 16 7 A3 54 3A
Octal 70 356 272 114 0 26 7 243 124 72
Binary 111000 11101110 10111010 1001100 0 10110 111 10100011 1010100 111010

Color Harmonies of #38EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEBA

Black with #38EEBA

Text Example


Text Example

White with #38EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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