#38CBD3

Color #38CBD3 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #38CBD3

Tints of Medium Turquoise #38CBD3

Color information

#38CBD3 (or 0x38CBD3) is unknown color: approx Medium Turquoise. HEX triplet: 38, CB and D3. RGB value is (56,203,211). Sum of RGB (Red+Green+Blue) = 56+203+211=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #38CBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBD3 is #C7342C. Grayscale: #9F9F9F. Windows color (decimal): -13055021 or 13880120. OLE color: 13880120.

HSL color Cylindrical-coordinate representation of color #38CBD3: hue angle of 183.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CBD3 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB56203211-
CMYK0.730.0400.17
HSL183.1º63.79%52.35%-
HSV(B)183.1º73.46%82.75%-
XYZ34.7448.2669.11-
YUV159.96156.853.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.91%
GREEN value IS 203 (79.69% from 255) = 43.19%
BLUE value IS 211 (82.81% from 255) = 44.89%
R=11.91%
G=43.19%
B=44.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal562032110.730.0400.17183.163.7952.35
Hex38CBD3494011b74034
Octal70313323111402126710064
Binary11100011001011110100111001001100010001101101111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38CBD3;
 }
 .AnyTagClassName
 {
   color: #38CBD3;
 }
</style>
background-color css

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

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

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

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

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

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