Html Css Color HEX #38CDBC Medium Turquoise

📋 copy color: '#38CDBC'

red 56 ◦ green 205 ◦ blue 188

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

Shades of Medium Turquoise #38CDBC

Tints of Medium Turquoise #38CDBC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 12.47%
G = 45.66%
B = 41.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#38CDBC (or 0x38CDBC) is known color: Medium Turquoise. HEX triplet: 38, CD and BC. RGB value is (56,205,188). Sum of RGB (Red+Green+Blue) = 56+205+188=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDBC is #C73243. Grayscale: #9E9E9E. Windows color (decimal): -13054532 or 12373304. OLE color: 12373304.

HSL color Cylindrical-coordinate representation of color #38CDBC: hue angle of 173.15º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CDBC is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 205 188 -
CMYK 0.73 0 0.08 0.20
HSL 173.15º 0.6% 0.51% -
HSV(B) 173.15º 0.73% 0.8% -
XYZ 32.54 48.13 55.15 -
YUV 158.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 56 205 188 0.73 0 0.08 0.20 173.15 0.6 0.51
Hex 38 CD BC 49 0 8 14 AD 3C 33
Octal 70 315 274 111 0 10 24 255 74 63
Binary 111000 11001101 10111100 1001001 0 1000 10100 10101101 111100 110011

Color Harmonies of #38CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDBC

Black with #38CDBC

Text Example


Text Example

White with #38CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,205,188); }

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

background-color css

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

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

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

border-color css

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

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

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