Html Css Color HEX #38CBBA Medium Turquoise

📋 copy color: '#38CBBA'

red 56 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #38CBBA

Tints of Medium Turquoise #38CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

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

R = 12.58%
G = 45.62%
B = 41.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#38CBBA (or 0x38CBBA) is known color: Medium Turquoise. HEX triplet: 38, CB and BA. RGB value is (56,203,186). Sum of RGB (Red+Green+Blue) = 56+203+186=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #38CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBBA is #C73445. Grayscale: #9D9D9D. Windows color (decimal): -13055046 or 12241720. OLE color: 12241720.

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

Color convert

RGB 56 203 186 -
CMYK 0.72 0 0.08 0.20
HSL 173.06º 0.59% 0.51% -
HSV(B) 173.06º 0.72% 0.8% -
XYZ 31.85 47.1 53.87 -
YUV 157.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 56 203 186 0.72 0 0.08 0.20 173.06 0.59 0.51
Hex 38 CB BA 48 0 8 14 AD 3B 33
Octal 70 313 272 110 0 10 24 255 73 63
Binary 111000 11001011 10111010 1001000 0 1000 10100 10101101 111011 110011

Color Harmonies of #38CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CBBA

Black with #38CBBA

Text Example


Text Example

White with #38CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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