#38D6F4

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

Shades of Turquoise #38D6F4

Tints of Turquoise #38D6F4

Color information

#38D6F4 (or 0x38D6F4) is unknown color: approx Turquoise. HEX triplet: 38, D6 and F4. RGB value is (56,214,244). Sum of RGB (Red+Green+Blue) = 56+214+244=514 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.89% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #38D6F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D6F4 is #C7290B. Grayscale: #A9A9A9. Windows color (decimal): -13052172 or 16045624. OLE color: 16045624.

HSL color Cylindrical-coordinate representation of color #38D6F4: hue angle of 189.57º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38D6F4 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB56214244-
CMYK0.770.1200.04
HSL189.57º89.52%58.82%-
HSV(B)189.57º77.05%95.69%-
XYZ42.0155.4794.08-
YUV170.18169.6546.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.89%
GREEN value IS 214 (83.98% from 255) = 41.63%
BLUE value IS 244 (95.70% from 255) = 47.47%
R=10.89%
G=41.63%
B=47.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562142440.770.1200.04189.5789.5258.82
Hex38D6F44DC04be5a3b
Octal70326364115140427613273
Binary1110001101011011110100100110111000100101111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,214,244); }

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

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

 a { background-color: rgb(56,214,244); }

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

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

 span { border-color: rgb(56,214,244); }

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