#38D3EC

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

Shades of Turquoise #38D3EC

Tints of Turquoise #38D3EC

Color information

#38D3EC (or 0x38D3EC) is unknown color: approx Turquoise. HEX triplet: 38, D3 and EC. RGB value is (56,211,236). Sum of RGB (Red+Green+Blue) = 56+211+236=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #38D3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D3EC is #C72C13. Grayscale: #A7A7A7. Windows color (decimal): -13052948 or 15520568. OLE color: 15520568.

HSL color Cylindrical-coordinate representation of color #38D3EC: hue angle of 188.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38D3EC is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56211236-
CMYK0.760.1100.07
HSL188.33º82.57%57.25%-
HSV(B)188.33º76.27%92.55%-
XYZ40.0753.4987.57-
YUV167.5166.6548.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.13%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=11.13%
G=41.95%
B=46.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562112360.760.1100.07188.3382.5757.25
Hex38D3EC4CB07bc5339
Octal70323354114130727412371
Binary1110001101001111101100100110010110111101111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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