#38F7D2

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

Shades of Turquoise #38F7D2

Tints of Turquoise #38F7D2

Color information

#38F7D2 (or 0x38F7D2) is unknown color: approx Turquoise. HEX triplet: 38, F7 and D2. RGB value is (56,247,210). Sum of RGB (Red+Green+Blue) = 56+247+210=513 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.92% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #38F7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F7D2 is #C7082D. Grayscale: #B9B9B9. Windows color (decimal): -13043758 or 13825848. OLE color: 13825848.

HSL color Cylindrical-coordinate representation of color #38F7D2: hue angle of 168.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F7D2 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB56247210-
CMYK0.7700.150.03
HSL168.38º92.27%59.41%-
HSV(B)168.38º77.33%96.86%-
XYZ46.5272.0272.42-
YUV185.67141.7235.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.92%
GREEN value IS 247 (96.88% from 255) = 48.15%
BLUE value IS 210 (82.42% from 255) = 40.94%
R=10.92%
G=48.15%
B=40.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562472100.7700.150.03168.3892.2759.41
Hex38F7D24D0F3a85c3b
Octal70367322115017325013473
Binary111000111101111101001010011010111111101010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,247,210); }

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

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

 a { background-color: rgb(56,247,210); }

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

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

 span { border-color: rgb(56,247,210); }

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