Html Css Color HEX #38EFBA Turquoise

📋 copy color: '#38EFBA'

red 56 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #38EFBA

Tints of Turquoise #38EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

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

R = 11.64%
G = 49.69%
B = 38.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#38EFBA (or 0x38EFBA) is known color: Turquoise. HEX triplet: 38, EF and BA. RGB value is (56,239,186). Sum of RGB (Red+Green+Blue) = 56+239+186=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFBA is #C71045. Grayscale: #B2B2B2. Windows color (decimal): -13045830 or 12250936. OLE color: 12250936.

HSL color Cylindrical-coordinate representation of color #38EFBA: hue angle of 162.62º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFBA is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 186 -
CMYK 0.77 0 0.22 0.06
HSL 162.62º 0.85% 0.58% -
HSV(B) 162.62º 0.77% 0.94% -
XYZ 41.36 66.12 57.04 -
YUV 178.24 132.37 40.81 -
System Red Green Blue C M Y K H S L
Decimal 56 239 186 0.77 0 0.22 0.06 162.62 0.85 0.58
Hex 38 EF BA 4D 0 16 6 A3 55 3A
Octal 70 357 272 115 0 26 6 243 125 72
Binary 111000 11101111 10111010 1001101 0 10110 110 10100011 1010101 111010

Color Harmonies of #38EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFBA

Black with #38EFBA

Text Example


Text Example

White with #38EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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