Html Css Color HEX #38CABB Medium Turquoise

📋 copy color: '#38CABB'

red 56 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #38CABB

Tints of Medium Turquoise #38CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.39%

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 12.58%
G = 45.39%
B = 42.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#38CABB (or 0x38CABB) is known color: Medium Turquoise. HEX triplet: 38, CA and BB. RGB value is (56,202,187). Sum of RGB (Red+Green+Blue) = 56+202+187=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #38CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CABB is #C73544. Grayscale: #9C9C9C. Windows color (decimal): -13055301 or 12307000. OLE color: 12307000.

HSL color Cylindrical-coordinate representation of color #38CABB: hue angle of 173.84º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CABB is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 202 187 -
CMYK 0.72 0 0.07 0.21
HSL 173.84º 0.58% 0.51% -
HSV(B) 173.84º 0.72% 0.79% -
XYZ 31.72 46.67 54.35 -
YUV 156.64 145.13 56.22 -
System Red Green Blue C M Y K H S L
Decimal 56 202 187 0.72 0 0.07 0.21 173.84 0.58 0.51
Hex 38 CA BB 48 0 7 15 AE 3A 33
Octal 70 312 273 110 0 7 25 256 72 63
Binary 111000 11001010 10111011 1001000 0 111 10101 10101110 111010 110011

Color Harmonies of #38CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CABB

Black with #38CABB

Text Example


Text Example

White with #38CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,202,187); }

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

background-color css

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

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

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

border-color css

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

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

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