Html Css Color HEX #38BDBD Medium Turquoise

📋 copy color: '#38BDBD'

red 56 ◦ green 189 ◦ blue 189

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

Shades of Medium Turquoise #38BDBD

Tints of Medium Turquoise #38BDBD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.55%

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 12.9%
G = 43.55%
B = 43.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#38BDBD (or 0x38BDBD) is known color: Medium Turquoise. HEX triplet: 38, BD and BD. RGB value is (56,189,189). Sum of RGB (Red+Green+Blue) = 56+189+189=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #38BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BDBD is #C74242. Grayscale: #959595. Windows color (decimal): -13058627 or 12434744. OLE color: 12434744.

HSL color Cylindrical-coordinate representation of color #38BDBD: hue angle of 180º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BDBD is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 189 189 -
CMYK 0.70 0 0 0.26
HSL 180º 0.54% 0.48% -
HSV(B) 180º 0.7% 0.74% -
XYZ 29.01 40.91 54.51 -
YUV 149.23 150.44 61.5 -
System Red Green Blue C M Y K H S L
Decimal 56 189 189 0.70 0 0 0.26 180 0.54 0.48
Hex 38 BD BD 46 0 0 1A B4 36 30
Octal 70 275 275 106 0 0 32 264 66 60
Binary 111000 10111101 10111101 1000110 0 0 11010 10110100 110110 110000

Color Harmonies of #38BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BDBD

Black with #38BDBD

Text Example


Text Example

White with #38BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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