Html Css Color HEX #38DCB6 Turquoise

📋 copy color: '#38DCB6'

red 56 ◦ green 220 ◦ blue 182

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

Shades of Turquoise #38DCB6

Tints of Turquoise #38DCB6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

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

R = 12.23%
G = 48.03%
B = 39.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#38DCB6 (or 0x38DCB6) is known color: Turquoise. HEX triplet: 38, DC and B6. RGB value is (56,220,182). Sum of RGB (Red+Green+Blue) = 56+220+182=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCB6 is #C72349. Grayscale: #A6A6A6. Windows color (decimal): -13050698 or 11983928. OLE color: 11983928.

HSL color Cylindrical-coordinate representation of color #38DCB6: hue angle of 166.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCB6 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 182 -
CMYK 0.75 0 0.17 0.14
HSL 166.1º 0.7% 0.54% -
HSV(B) 166.1º 0.75% 0.86% -
XYZ 35.67 55.4 53.07 -
YUV 166.63 136.67 49.09 -
System Red Green Blue C M Y K H S L
Decimal 56 220 182 0.75 0 0.17 0.14 166.1 0.7 0.54
Hex 38 DC B6 4B 0 11 E A6 46 36
Octal 70 334 266 113 0 21 16 246 106 66
Binary 111000 11011100 10110110 1001011 0 10001 1110 10100110 1000110 110110

Color Harmonies of #38DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCB6

Black with #38DCB6

Text Example


Text Example

White with #38DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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