Html Css Color HEX #38ECB6 Turquoise

📋 copy color: '#38ECB6'

red 56 ◦ green 236 ◦ blue 182

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

Shades of Turquoise #38ECB6

Tints of Turquoise #38ECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 11.81%
G = 49.79%
B = 38.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#38ECB6 (or 0x38ECB6) is known color: Turquoise. HEX triplet: 38, EC and B6. RGB value is (56,236,182). Sum of RGB (Red+Green+Blue) = 56+236+182=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECB6 is #C71349. Grayscale: #B0B0B0. Windows color (decimal): -13046602 or 11988024. OLE color: 11988024.

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

Color convert

RGB 56 236 182 -
CMYK 0.76 0 0.23 0.07
HSL 162º 0.83% 0.57% -
HSV(B) 162º 0.76% 0.93% -
XYZ 40.07 64.21 54.54 -
YUV 176.02 131.37 42.39 -
System Red Green Blue C M Y K H S L
Decimal 56 236 182 0.76 0 0.23 0.07 162 0.83 0.57
Hex 38 EC B6 4C 0 17 7 A2 53 39
Octal 70 354 266 114 0 27 7 242 123 71
Binary 111000 11101100 10110110 1001100 0 10111 111 10100010 1010011 111001

Color Harmonies of #38ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECB6

Black with #38ECB6

Text Example


Text Example

White with #38ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,236,182); }

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

background-color css

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

 a { background-color: rgb(56,236,182); }

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

border-color css

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

 span { border-color: rgb(56,236,182); }

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